On 12/27/06, moe <[EMAIL PROTECTED]> wrote:

yep, it's for use with multiple elements,
so that global attr()-stuff doesn't cut it.

but fear not, Choan's helper function did it for me:

$(this)[0].ontimer = setTimeoutH( function( mysrc, body, x, y ) { on(
mysrc, body, x, y ) },


I think you can turn the line above into the line below since all of the
arguments are the same:
"$(this)[0].ontimer = setTimeoutH(on,"

-js
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to