Javascript Library Catalog

This catalog contains a list of the Javascript libraries for use in state websites. These are organized by name and version. Please refer to the documentation for each script on how to implement in your website.

Script Libraries for state of Alaska websites

jQuery

"jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers." (source)

Released by jQuery Foundation for use as long as copyright header is left intact (license)

//webcontent.alaska.gov/libs/jquery/3.3.1/jquery.min.js
Production version of jQuery javascript library
API documentation
//webcontent.alaska.gov/libs/jquery/2.2.4/jquery.min.js
Production version of jQuery javascript library
API documentation
//webcontent.alaska.gov/libs/jquery/1.12.0/jquery.min.js
Production version of jQuery javascript library
API documentation
//webcontent.alaska.gov/libs/jquery/1.11.2/jquery.min.js
Production version of jQuery javascript library
API documentation
//webcontent.alaska.gov/libs/jquery/1.11.1/jquery.min.js
Production version of jQuery javascript library
API documentation
//webcontent.alaska.gov/libs/jquery/1.6.2/jquery.min.js
Production version of jQuery javascript library
API documentation
//webcontent.alaska.gov/libs/jquery/1.3.1/jquery.min.js
Production version of jQuery javascript library
API documentation

Colorbox

A customizable lightbox plugin for jQuery. See the project page for documentation and a demonstration, and the FAQ for solutions and examples to common issues.

Released by Jack Moore under the MIT license.

//webcontent.alaska.gov/libs/colorbox/1.5.14/jquery.colorbox.min.js
Enables the colorbox plugin
SOA Guide
Depends on JQuery 1.3.2 or greater.
//webcontent.alaska.gov/libs/colorbox/1.5.14/colorbox.css
Styling for colorbox.

HTML5 Shiv

"This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer. http://paulirish.com/2011/the-history-of-the-html5-shiv/"

Copyright 2014 Alexander Farkas for use as long as copyright header is left intact (license)

//webcontent.alaska.gov/libs/html5shiv/3.7.2/html5shiv.min.js
This enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.
API documentation
//webcontent.alaska.gov/libs/html5shiv/3.7.2/html5shiv-printshiv.min.js
This includes all of the above, as well as a mechanism allowing HTML5 elements to be styled and contain children while being printed in IE 6-8.
API documentation

jQuery User Interface

"jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library." (source)

Released by jQuery Foundation for use as long as copyright header is left intact (license)

//webcontent.alaska.gov/libs/jquery-ui/1.10.4/jquery-ui.custom.min.js
This is a custom version of the jquery-ui for the accordion and tabs widgets.
SOA Guide

Bootstrap framework

Bootstrap is a free front-end framework for faster and easier web development
Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins
Bootstrap also gives you the ability to easily create responsive designs

//webcontent.alaska.gov/libs/bootstrap/4.0.0./css/boostrap.min.css
//webcontent.alaska.gov/libs/bootstrap/4.0.0./js/boostrap.min.js
Additional Requirements or helpers for Bootstrap 4:
Popper
Tooltip
Bootstrap 4 Documentation:
Getting Started
//webcontent.alaska.gov/libs/bootstrap/3.3.6/css/bootstrap.min.css
//webcontent.alaska.gov/libs/bootstrap/3.3.6/js/bootstrap.min.js
Bootstrap documentation:
Getting started