Hi
I have a tabstrip, and load the tabs with ajax by means of the contentUrls setting.
One of those tabs is pretty much (for now) just a single div (that will later become a grid) and the javascript to load it. For reference, here's what's being loaded:
I see that the script is being downloaded but it does not execute. Is there something else that I need to do to make this work? Can this be done at all?
Thanks a lot.
I have a tabstrip, and load the tabs with ajax by means of the contentUrls setting.
One of those tabs is pretty much (for now) just a single div (that will later become a grid) and the javascript to load it. For reference, here's what's being loaded:
<div id="contactsList"></div><script src="@Url.Content("~/Scripts/Contact.List.js")" type="text/javascript"></script>I see that the script is being downloaded but it does not execute. Is there something else that I need to do to make this work? Can this be done at all?
Thanks a lot.