This Week in Web - jQuery Chrono, jMongoBrowser, PHP DI, Titanium

Posted by query7.com on May 20, 2011

jQuery Chrono
The jQuery Chrono plugin provides an easy, human-readable wrapper around the Javascript functions setTimeout() and setInterval().
Rather than writing:
setTimeout(function() , 5 * 60 * 1000);
You can write:
$.after(5, "minutes", function() );
Likewise
setInterval(function(){ ...... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.