Generator, jquery is not defined

Generator, jquery is not defined

crcucbcrcucb Posts: 29Questions: 9Answers: 0

I downloaded a basic package for sqlserver from generator, I did not select jquery as I did not previously have it. I started a clean slate on my webserver, uploaded all the files and I get a jquery is not defined messaged. In what I downloaded, I don't see any references or inclusion of files named jquery. Is it possible that some of the extensions that I downloaded require me to select jQuery?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 22,143Questions: 26Answers: 5,100
    Answer ✓

    This is stated in the dependencies section of the Installation docs:

    DataTables has only one library dependency (other software upon which it relies in order to work) - jQuery. DataTables uses jQuery as a utility library, allowing the venerable library to deal with many of the complexities of event handling and DOM manipulation. DataTables requires jQuery 1.8 or later, including full support for 3.x and 4.x. For new projects, use the latest version available.

    Yes, you will need to load jQuery.

    Kevin

  • crcucbcrcucb Posts: 29Questions: 9Answers: 0

    Thank you

Sign In or Register to comment.