Monday, 9 June 2014

ASP.NET – jQuery is not Working in UpdatePanels document.ready()

<script type="text/javascript">
    // JavaScript funciton to call inside UpdatePanel
    function jScriptfunctio() {
        $("#click").click(function () {
            alert("Clicked Me!");
        });
    }
</script>


<script type="text/javascript" language="javascript">
                Sys.Application.add_load(jScriptfunctio);
            </script>
            

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...