I've been experiencing the same thing! I hop we can figure out a workaround...
This also applies to the $(document).ready() event... does not work on dynamic pages..... On Feb 5, 3:21 am, Code Daemon <ryan.det...@gmail.com> wrote: > But $('#mydiv').load('my/page.html'); works just fine. > > On Feb 5, 12:16 am, Dean Barker <framejoc...@googlemail.com> wrote: > > > look at onLoad() > > > <http://www.frameJockey.co.uk> > > >www.frameJockey.co.uk > > i...@framejockey.co.uk > > framejoc...@gmail.com > > framejoc...@yahoo.com > > [image: Google Talk:] framejoc...@gmail.com [image: Y! messenger:] > > frameJockey > > > 2009/2/5 Code Daemon <ryan.det...@gmail.com> > > > > 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?