[jQuery] Re: jQuery in loaded content doesn't work

2009-09-24 Thread mstone42
Thanks, Chris! I'll give livequery a try.

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-24 Thread Dave Maharaj :: WidePixels.com
[mailto:si...@rocketmail.com] Sent: September-24-09 11:46 AM To: jQuery (English) Subject: [jQuery] Re: jQuery in loaded content doesn't work Thanks, Chris! I'll give livequery a try.

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-23 Thread morris...@ingenious.org
Mitch, Try this plug-in. http://plugins.jquery.com/project/livequery Chris On Sep 23, 3:00 pm, mstone42 si...@rocketmail.com wrote: I am trying to convert a website currently implemented in PHP with server-side includes, to not use only Javascript (and jQuery AJAX). The main navigation

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-23 Thread Matt Quackenbush
If you're using jQuery 1.3.x (and you should be), there's no need for the livequery plugin. http://docs.jquery.com/Events/live

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-23 Thread morris...@ingenious.org
Matt, Because he is not just binding events, but doing other things i would highly recommend the livequery plugin. Chris On Sep 23, 5:49 pm, Matt Quackenbush quackfu...@gmail.com wrote: If you're using jQuery 1.3.x (and you should be), there's no need for the livequery plugin.

[jQuery] Re: jQuery in loaded content doesn't work

2009-09-23 Thread Matt Quackenbush
My bad. I must admit that I did not read through the entire post, and also did not realize that the livequery plugin offered additional functionality. I was under the impression that it had been fully included into the core with live(). However, I have been corrected a couple of times after