[jQuery] Re: Use a function on code loaded with AJAX

2009-01-17 Thread paddelboot
Thanks for the answer, I found the FAQ's meanwhile On 17 Jan., 11:12, Giovanni Battista Lenoci wrote: > paddelboot ha scritto: > > > Hi, > > > I am trying to use a click.function on a piece of code that has been > > loaded with AJAX. I can't imagine how to do this at the moment. > > > Any ti

[jQuery] Re: Use a function on code loaded with AJAX

2009-01-17 Thread Giovanni Battista Lenoci
paddelboot ha scritto: Hi, I am trying to use a click.function on a piece of code that has been loaded with AJAX. I can't imagine how to do this at the moment. Any tipps? Thanks, Michae You can achieve this in 3 ways. 1. With jquery 1.3 : $(document).ready(function() { $("p").live("cli