[jQuery] Re: Events don't work after load content using $.get

2007-12-18 Thread LeonL
Thanks, It solved my problem, But I have another small one: The thing is, I made a function called load() that loads the result of a php file into a div. When done it calls a function called all_js() that contains all the js (all the events that didn't work previously etc.). The problem is that

[jQuery] Re: Events don't work after load content using $.get

2007-12-17 Thread David McFarland
On Dec 17, 2007, at 11:56 AM, LeonL wrote: > > > Hi everyone, > > I have an event that is not being listened and I can't figure out why. > > The thing is that everything is working fine while all my html code is > static, but as soon as I modified it with some data pulled from the > db, the >