Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I want to be able to run some content on a page where there is a ContentPlaceHolder from within a jQuery function, such as a document ready. Similar to below.
Is it possible to run an asp command in jQuery?
<script> // initialise plugins jQuery(function(){ $(document).ready(function($) {
<asp:ContentPlaceHolder Id="additionalScript" runat="server" />
}); }); </script>
Thanks!!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Call asp from jQuery
Hi
I want to be able to run some content on a page where there is a ContentPlaceHolder from within a jQuery function, such as a document ready. Similar to below.
Is it possible to run an asp command in jQuery?
<script>
// initialise plugins
jQuery(function(){
$(document).ready(function($) {
<asp:ContentPlaceHolder Id="additionalScript" runat="server" />
});
});
</script>
Thanks!!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.