[jQuery] load() not loading

2009-10-29 Thread matee
I need to load a few lines of HTML to my page. I made a test "receiver" page. http://ajax.googleapis.com/ ajax/libs/jquery/1.3.2/jquery.min.js"> $(document).ready(function(){ $("div#events").load("

[jQuery] load() not loading my dynamic page

2009-02-05 Thread Code Daemon
When I use load(), it works fine for static pages but doesn't seem to work for my dynamic page. This is what I'm doing: $('#mydiv').load('my/page'); FireBug shows that the response is coming back just as it should. Any thoughts?

[jQuery] .load not loading script text

2008-11-12 Thread Mike
I am loading a .aspx page into a div that has three user controls on it that contains javascript and a javascript include. This is being stripped out when injected into the page. Any reason why?