It's not clear what you want to do. You said you are "not using ajax"
but you have content "brought in through ajax". What exactly do you
need $.live for? For what browser event?

On Aug 5, 1:17 pm, Nic Hubbard <[email protected]> wrote:
> Anyone?  Someone must have done this...
>
> On Aug 5, 11:32 am, Nic Hubbard <[email protected]> wrote:
>
> > I have a script that runs when I load the page which converts some
> > dates.  I am not using ajax as well, and I need to use .live to
> > convert the dates that I brought in through ajax.  How would I
> > combine .live with .each and make it work?
>
> > if ($("span.ISODate").length > 0) {
> >         $("span.ISODate").each(function() {
> >                 $(this).text(getTFID($(this).text()))
> >         });
>
> > }
>
>

Reply via email to