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 #9720
    blankpat
    Participant

    There is a way to make it automatically load up javascript before the rest of the code runs.

    Go into Views\Shared_Layout.html and add the following

    <head>
      <*@ Omitted code*@>
      <script src="~/Scripts/jquery-1.10.2.min.js" type="text/javascript"></script>
    </head>
    
Viewing 1 post (of 1 total)