Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: JQuery – $ is not defined #9726
    blankvikrantx
    Participant

    Just place jquery url on the top of your jquery code

    like this–

    <script src="<%=ResolveUrl("~/Scripts/jquery-1.3.2.js")%>" type="text/javascript"></script>
    
    <script type="text/javascript">
        $(function() {
            $('#post').click(function() {
                alert("test"); 
            });
        });
    </script>
    
Viewing 1 post (of 1 total)