[jQuery] Re: Can I "access" and change content loaded dynamically after jQuery.js?

2008-12-21 Thread DumpsterDoggy
You can't bind any events to the controls on $(document).ready() if the html isn't there. I would try binding the event after you call $ ("#content").load(loadLink,"",hideLoader); On Dec 21, 10:17 am, suntrop wrote: > Hi there. > > I am loading some content into my page … > >   $("#content").loa

[jQuery] Re: [validate] ie6 runtime errors

2008-12-21 Thread DumpsterDoggy
First glance, it looks like your first script tag's src attribute is incorrect: > Sean Allen wrote: > posted previously without proper [validate] in title.. > > reposting... > > -- > > i have this code: > > > > >