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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...