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 ?
mohanchellappa
Posts: 1Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
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