I have added jquery to my php page .But getting error "jQuery is not defined". What should i do ?

I have added jquery to my php page .But getting error "jQuery is not defined". What should i do ?

mohanchellappamohanchellappa Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    .But getting error "jQuery is not defined"

    Have you included the jQuery library on your page? DataTables is dependent upon it, so you'll need to load it before the DataTables libraries,

    Colin

Sign In or Register to comment.