Sometimes it is needed to change an image into another image, if possible with a smooth transiction. There are a lot of solution to the problem, but one of the simpliest approach is using the background of a containing div. Here is a possible and really raw solution (function($) { $.fn.transictionto = function(options) { var [...]
One of the most interesting feature of JQuery is its extendibility. Writing a plugin is a breeze, and here an example of your first JQuery plugin, a logger to the firebug console. Firebug is “de facto†the best developer tool for web developer I’ve ever used, and its console logging features are really amazing. Let’s [...]
