Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lee 95 posts 115 karma points
    Jul 20, 2013 @ 13:06
    Lee
    0

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

  • 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.

Please Sign in or register to post replies