> I'm a bit puzzled by the existence of two "unload" functions
> in jQuery - one which is the unbinder for "load", and one
> which is the binder for "unload". Now, the way it's currently
> implemented, the "unload" event binder will probably simply
> overwrite the "load"  unbinder, if I understand the
> source correctly?

The best thing to do is always use .bind("event", fn) for your events. There
is no ambiguity when you do that. Many of those confusing shortcuts will be
going away in an upcoming version.

Speaking of that, can we undocument those *now* but still leave them in
while the discussion goes on about what exactly will be removed?




_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to