I use jQuery as the JavaScript library for most projects. It’s terribly convenient for selecting elements and processing them. However, jQuery is not JavaScript, and there is a lot of things it cannot do. Rather than writing a separate set of functionality outside of jQuery, why not simply extend it on an application-per-application basis? It [...]
Archive for December 21st, 2009
How to Author a *simple* jQuery plugin
Posted in Engineering, Technique, Uncategorized, tagged JavaScript, jQuery, jQuery Plugin on December 21, 2009 | Leave a Comment »