APPENDIX
Plugins Used in this Book
Firebug Firebug is a Firefox plugin that provides multiple web development tools to edit, debug, and monitor CSS, HTML, and JavaScript.
http://getfirebug.com/
FireQuery FireQuery is a Firebug extension for jQuery development.
http://firequery.binaryage.com/
Modernizr Modernizr is a small JavaScript library that helps you take advantage of the new HTML5 and CSS3 capabilities by providing feature detection, utilities, and element normalization in legacy versions of Internet Explorer.
http://www.modernizr.com/
QUnit QUnit is a powerful, easy-to-use, JavaScript test suite used by the jQuery project to test its code and plugins.
http://docs.jquery.com/QUnit
Data Link Plugin The Data Link plugin links objects together, allowing for each object’s properties to update when one or more properties change.
https://github.com/jquery/jquery-datalink
Globalization Plugin The Globalization plugin enables complex culture-aware number and date parsing and formatting. This includes the raw culture information for hundreds of different languages and countries, as well as an extensible system for localization.
https://github.com/jquery/globalize
HTML5-Form Plugin This plugin adds HTML5-specific form validation to all versions of Internet Explorer and Firefox.
http://www.matiasmancini.com.ar/jquery-plugin-ajax-form-validation-html5.html
Easing Plugin The Easing plugin is a jQuery plugin that gives advanced easing options for animations.
http://gsgd.co.uk/sandbox/jquery/easing/ ...