-
The other day I wrote about the jQuery SuperLoad plugin but I couldn't offer any real working sample of an application using it. Today I'm here to rectify that and talk about the new sample code I've recently added to the project repository . Adding products to your shopping cart The application...
-
An important part of working with jQuery is to create plugins to simplify repetitive tasks. I write jQuery plugins all the time for internal consumption of my applications. Most of them are not of enough general purpose to be shared publicly. Recently I created one that could stand on its own and I chose...