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 #9730
    blankadityaubale
    Participant

    I came across same issue, and it resolved by below steps.
    The sequence of the scripts should be as per mentioned below

        <script src="~/Scripts/jquery-3.3.1.min.js"></script>
        <script src="~/Scripts/jquery-ui.js"></script>
        <script src="~/Scripts/bootstrap.min.js"></script>
    

    This sequence was not correct for my code, I corrected this as per the above and it resolved my issue of Jquery not defined.

Viewing 1 post (of 1 total)