AFAIK there is no docs yet, but I learned a lot from the sourcecode, as
aways.

One featured that I'm already using is the event delegation functions. They
are similar to the functionality provided by the widely known livequery
plugin.

jQuery.live(type, fn) is ment to be similar to jQuery.livequery(type,fn)
jQuery.die(type,fn) is ment to be similar to jQuery.expire(live,fn)

But jQuery 1.3 provides this in a much better and performative way, thanks
to John! =)

If some of you wish to understand a little about how it works you can look
into livequery documentation [ http://docs.jquery.com/Plugins/livequery ].
But be aware that not all livequery features are covered by 1.3, just the
ones mentioned above.

Also, don't forget to look into the previous beta anouncements and at jQuery
blog. Some info can be found there.

On Mon, Jan 12, 2009 at 11:58 PM, Leeoniya <[email protected]> wrote:

>
> if anyone has stumbled upon a link to the new v1.3 API doc, s/he will
> be rewarded with royalty-free bug reports...
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to