Check out .live() in the docs http://docs.jquery.com/Events/live#typefn

On Apr 20, 7:55 am, Roddie <[email protected]> wrote:
> On a form, I have an "Insert new field below here" link. Clicking it
> inserts a new field, and also inserts another "Insert new field below
> here" link. This is so the user can keep adding fields anywhere within
> the form.
>
> However the newly inserted links don't work. I assume this is because
> they were created after the DOM was ready, and therefore have not been
> caught by $(document).ready.
>
> Is there a way to make jQuery aware of the new links so that they are
> active?
>
> Thanks
>
> Roddie Grant

Reply via email to