JQuery读书笔记--10 Best jQuery Plugins - March 2009
qTip is an advanced tooltip plugin for the ever popular jQueryJavaScript framework. Built from the ground up to be user friendly, yetfeature rich, qTip provides you with tonnes of features like roundedcorners and speech bubble tips
BoxyBoxy is a jQuery plugin that is used to create flexible, facebookstyle dialog boxes and overlay boxes. It is very easy to implement inany page by using only few lines of code.
uploadify - a file upload plugin for jQueryThis plugin allows you to change any element with an ID on your pageinto a single or multiple file upload tool. The plugin uses a mix ofJQuery, Flash, and a backend upload script of your choice to send filesfrom your local computer to your website server.
jQuery Grid pluginOne more plugin for creating interactive tables on your site.
ImageSwitchThe main point of this plug-in is to make an easy-to-use, simple andfast plug-in to create effect when you switch between images.
DataTablesDataTables is a plug-in for the jQuery Javascript library. It is ahighly flexible tool, based upon the foundations of progressiveenhancement, which will add advanced interaction controls to any HTMLtables.
jQuery SparklinesThis jQuery plugin generates sparklines (small inline charts)directly in the browser using data supplied either inline in the HTML,or via javascript.
Internal LinksVery simple jQuery Plugin that would allow all the internal links inyour website to actually have your own favicon implemented on the leftside of the link.
jQuery Disable On Submit PluginThis small plugin disables form buttons when the user submits theform. This prevents novice users from double clicking the button andsubmitting the form twice.
jQuery Confirm PluginThis plugin displays a confirmation message in place before doing anaction. It does not require adding any extra code apart from a call tothe plugin itself. One call to $(element).confirm() will do the magic.Also, this plugin doesn't require you to provide a callback function;it figures it out on its own.