public marks

PUBLIC MARKS with tags timer & jQuery

2012

2009

jQuery Plugin: jQuery Timers

by srcmax (via)
jQuery timers is an attempt to combine jQuery's concise chaining programming style with the awkward style in which timed events are coded in JavaScript to produce a friendlier and more intuitive timed event system. In addition, it fixes the most prevalent issue with the various event systems of JavaScript: misconfigured scope. All the methods you design to use in setTimeout/setInterval in JavaScript cannot use 'this' to reference the desired element because 'this' always references the window object. Because of this, closures are required to produce useful code. Without the need for closures, these methods could be stored inside the class rather than inside the calling method which would produce a more modular and object oriented style of coding.

PUBLIC TAGS related to tag timer

ajax +   clock +   countdown +   developpement +   javascript +   jQuery +   js +   plugin +   tools +  

Active users

vrossign
last mark : 05/02/2012 16:42

Jeremy B.
last mark : 24/10/2009 12:08

srcmax
last mark : 23/02/2009 17:52