[jQuery] Re: Problem with selecting objects in dynamically generated HTML

2009-06-03 Thread waseem sabjee
Yes I have also been having issues with this. where click events do not fire even though the ID exists. thanks. i thin the .live() or .bind() should work. 2009/6/3 Gustavo Salomé > Check the jquery live function > http://docs.jquery.com/Events/live > I think it is what you are looking for. > >

[jQuery] Re: Problem with selecting objects in dynamically generated HTML

2009-06-03 Thread Gustavo Salomé
Check the jquery live function http://docs.jquery.com/Events/live I think it is what you are looking for. 2009/6/3 Cod > > Hi guys. I hope you can help me with my little problem with jQuery. > > I'd like to do something like this: > > After the page is loaded I have some forms with submit button