[jQuery] Re: jQuery 1.2.2 Event API

2008-01-17 Thread Jörn Zaefferer
John Beppu schrieb: Could you briefly explain what the jquery.delegate plugin does?' (I'm curious.) I wrote that for the validation plugin. It allows me to listen for focus and blur events on the form, which normally doesn't work because focus and blur don't bubble. It also simplifies bindi

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-16 Thread cfdvlpr
How much different is it expected to be than the current one here: http://jquery.com/api/

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-16 Thread John Beppu
Could you briefly explain what the jquery.delegate plugin does?' (I'm curious.) --beppu On Jan 16, 2008 11:23 AM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > There are no docs yet (you're welcome to write something in the wiki), > though there is another example using it, which is a bit diffe

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-16 Thread Jörn Zaefferer
Collin Allen schrieb: Congrats jQuery Team on the release of 1.2.2! I'm interested in the new Event API that was briefly mentioned in the release notes -- is there a place for full (or in-progress) documentation on it? it sounds like the sort of thing that could be quite useful in some current