Friday, February 04, 2011
va_callback plugin for jQuery
Passing state information through variables for callback function is essential.
Although jQuery proxy API is available, it does not seem to accept more arguments to be tunneled for the callback.
jquery-vacallback plugin targets to achieve the same.
Click to download plugin. Look at the example.
Although jQuery proxy API is available, it does not seem to accept more arguments to be tunneled for the callback.
jquery-vacallback plugin targets to achieve the same.
Click to download plugin. Look at the example.
TextMate - Themes
Following places could help you find themes for TextMate.
http://wiki.macromates.com/Themes/UserSubmittedThemes
https://github.com/filmgirl/TextMate-Themes
http://textmatetheme.com/themes
http://wiki.macromates.com/Themes/UserSubmittedThemes
https://github.com/filmgirl/TextMate-Themes
http://textmatetheme.com/themes
Tuesday, February 01, 2011
fileloader plugin for jquery 1.5
jquery 1.5 has introduced Deferred Object feature.
fileloader plugin is developed taking advantage of the same.
This should help you to build classes, which loads the resources required ondemand and proceed with operation once the fetch is completed.
Click to download plugin. Look at the example.
fileloader plugin is developed taking advantage of the same.
This should help you to build classes, which loads the resources required ondemand and proceed with operation once the fetch is completed.
Click to download plugin. Look at the example.