[jQuery] Re: Ajax Not Working A Second Time

2009-10-05 Thread GLSmyth
Thanks for the info, I will look into that. Cheers - george On Oct 5, 12:21 pm, amuhlou wrote: > the .A1 within the #info divs does not exist when the document ready > event fires, so the click event is not applied.  try using the live > method() > > http://docs.jquery.com/Events/live > > On

[jQuery] Re: Ajax Not Working A Second Time

2009-10-05 Thread amuhlou
the .A1 within the #info divs does not exist when the document ready event fires, so the click event is not applied. try using the live method() http://docs.jquery.com/Events/live On Oct 5, 2:54 pm, GLSmyth wrote: > I have some simple code: > > $(document).ready( >   function() { >     $('.A1'