By Andres, December 8, 2009
Extending on my previous post jQuery development: Your own plugins, we now have to take a look into a more complex plugin as well as making greater use of both JavaScript’s built in Regular Expression objects and jQuery provided functionality.
Read More
Post to Facebook
By Andres, November 16, 2009
Often there is a need for functionality that goes above jQuery’s core set of methods, there are a host of plugins which can be used to attain this functionality. Such as ColorBox when a modal box is needed or jFlow for a basic gallery. However, sometimes these plugins cannot preform exactly the way we need them to without attacking the plugin’s source and in the end causing a fair bit of frustration, confusion, and a plugin that not only doesn’t do what you want but doesn’t do anything.
Read More
Post to Facebook