In God we trust; all others must bring data...

Category Archives

Archive of posts published in the category: jQuery

Article: Introduction to jQuery plug-ins

My most recent article is on jQuery plug-ins… See Introduction to jQuery plug-ins (developerWorks). The jQuery JavaScript library has excellent support for extensibility through plug-ins that you can consume, write, and share. In this article, learn about the benefits of creating a jQuery…

Article: DOM-based data storage and retrieval using jQuery

See my latest article titled DOM-based data storage and retrieval using jQuery. It covers the jQuery data() APIs and HTML5 data-* attributes in your jQuery-powered applications… Summary: The popular, and free (MIT and GPL-licensed), jQuery JavaScript library has a concise and portable set…