It really depends on how you are using LiveQuery. If you are using it only
to bind events to new elements then you should switch over to live. That is
unless one of the events you are binding is one of the event types that does
not bubble. Check the documentation for the events that are currently not
supported by live. http://docs.jquery.com/Events/live#typefn

If you are using the function based livequeries then you should stick with
LiveQuery and upgrade to the git version.
http://github.com/brandonaaron/livequery/tree/master

--
Brandon Aaron


On Mon, Jan 19, 2009 at 10:23 AM, Terry <tarik.alka...@gmail.com> wrote:

>
> Is it known when one might wish to continue to use the LiveQuery
> plugin itself with version 1.3+ of the jQuery library? That is, if I
> upgrade, is there any reason to keep the LQ plugin around?
>
> On Jan 14, 3:16 pm, MorningZ <morni...@gmail.com> wrote:
> > first off all...  the purpose (and advantage of)LiveQueryis that
> > when new matching items are added, they will automatically be wired
> > up...
> >
> > secondly, one thing to look at is the just-released-today version of
> > jQuery (1.3), it now has a ".live" handler that will effectively do
> > what the plugin does
> >
> > http://docs.jquery.com/Events/live#typefn
> >
> > On Jan 14, 3:07 pm, ocptime <mail.samgeo...@gmail.com> wrote:
> >
> > > Hi all,
> >
> > > I had seen a new plugin called "LiveQuery" and i have some questions
> > > that are not yet completely answered when i read its documentation.
> >
> > > I am using jquery.form.plugin, My questions is when to uselivequery
> > > and what is it's advantages.
> > > is it possible to uselivequeryin conjention with the form plugin.
> >
> > > can u pls cite me a small sample code or some pointers on the web
> > > where both are used.
> >
> > > Thanks in advance
> > > ocptime
>

Reply via email to