Organizing jQuery Code
路 2 min read
Organizing jQuery code is not easy. Up to now, especially on small/medium scale projects, I used to have a huge...
路 2 min read
Organizing jQuery code is not easy. Up to now, especially on small/medium scale projects, I used to have a huge...
路 1 min read
The plug in I wrote for wrapping every n amount of elements, is finally online at the official jQuery plug...
路 1 min read
Update: Get the nwrapper plugin from the official jQuery plugins site. jQuery provides a large variety of functions for element...
路 2 min read
A bookmarklet is a small Javascript program stored into a url. A user can bookmark the specific url, and execute...
路 1 min read
Nothing special, a really basic "equal heights" method written in jQuery. Then you just need to apply the method on...
路 1 min read
There are two, easy ways to achieve this. The first one is simply by using the array [] notation directly...
路 1 min read
Creating a new DOM element in jQuery is super easy. Just add the element of your choice into the jQuery...
路 3 min read
I just read the last page of the jQuery Cookbook (great book by the way), and I'd like to present...