by plippard4. March 2012 09:31When we least expect it, an open source component like jQuery revolutionizes client-side software development, which is exactly what has happened since the initial jQuery release in Jan-2006. I have worked with jQuery since 2008 and over the past two years I have also converted my Socrates content management framework from a ASP.NET web forms model to a ASP.NET MVC model; MVC being an excellent complement to jQuery. The use of jQuery and jQuery UI have now become all too important.
jQuery includes a robust jQuery plug-in architecture. 3rd party jQuery plugins seem to be endless in numbers, equivalent to trying to select a suitable iPhone App from the iTunes App Store. My favorite jQuery plug-ins include the following dozen (not necessarily in order of importance):
- jQuery-AD-Gallery – Photo gallery management.
- jQuery-Booklet – A wonderful magazine or document page flipper.
- jQuery-ContextMenu – And you thought right click context menus were not available. I use it on my TreeView.
- jQuery-Download – Easily download files.
- jQuery-FancyBox – A LightBox type of plugin, however much nicer than LightBox.
- jQuery-TableDnD – Drag and drop rows from within a HTML table.
- jQuery-tmpl – Of course this is everyone’s favorite for populating content in tabular form, or in any templated form for that matter.
- jQuery-URL-Parser – Great when in need for a URL object.
- jQuery-validate – no doubt the leader in form field validation.
- jQuery-MeioMask – Useful form input field masking plugin.
- jQuery-MaskMoney – Another useful form input field for masking of currency values.
- jQuery-TinyMCE – The leader in client-side HTML editors. Actually comes in non-jQuery and jQuery plugin versions.
- jQuery-QTip – Great for jazzing up those tooltips.
- jQuery-PLUPLOAD – Developed by the same people who bring us TinyMCE, PLUPLOAD is simply incredible for uploading files in a Silverlight, Flash or HTML5 environment. Also comes in both jQuery and non-jQuery flavors.
Yes, I can count. I promised my favorite dozen jQuery plug-ins, however I simply could not leave out two others, so I end up with a favorites list of fourteen.