i'm pretty sure you can only bind event handlers with .live, so you'd
need to link it to a click or something.

On May 18, 3:58 pm, Meander365 <aarron.pain...@gmail.com> wrote:
> Hi all,
>
> I normally do this with livequery:
>
>                 $('.mylink').livequery(function(event) {
>                         $(this).mycustomFunction();
>                 });
>
> So any new .mylink's on a page would also be bound with my custom
> function.
>
> How can I do this with the new LIVE event?  or is it even possible?
>
> Thanks in advance!

Reply via email to