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
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:
>
>
>
>
>