Base solution for your next web application
Open Closed

jQuery undefined Error #1024


User avatar
0
prakashmatada created

Getting jQuery undefined error...

<body class="page-md page-header-fixed page-sidebar-closed-hide-logo">

&lt;div class=&quot;page-header navbar navbar-fixed-top md-shadow-zero-light&quot;&gt;
    @Html.Action("Header", "Layout")
&lt;/div&gt;

&lt;div class=&quot;clearfix&quot;&gt;
&lt;/div&gt;

**<script type="text/javascript">

    jQuery(function () {
        alert("Hello Before");
    });
&lt;/script&gt;**

....

Thanks Prakash


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Probably you wrote this code before jquery script is included to the page.