This Week in Web - jQuery Chrono, jMongoBrowser, PHP DI, Titanium
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]
Submit a review:
Login required.