$.get to load content strips JavaScript from loaded content
Hi,
I read the sticky about AJAX requests nullifying events, and I tried the LiveQuery plugin as the jQuery FAQ suggested, but still no go, so I'm hoping someone might be able to help me.
The test page is at
http://pranshuarya.com/test.html. On the test page, the main content page is requested via $.get, but the problem is the JavaScript events that are supposed to happen afterward don't happen. What should happen is live at
http://pranshuarya.com.
I've unsuccessfully tried placing the JavaScript in several places throughout the site, because from what I understand it's an issue of the code not having control over the DOM or the content that's being loaded via AJAX. But the LiveQuery plugin should take care of that, right?
Does anyone have an idea of what I can do so the page behaves as it should once it gets loaded via the $.get request?
Thanks,
precar.