Uncaught ReferenceError: jQuery is not defined

Uncaught ReferenceError: jQuery is not defined

udaykiran87udaykiran87 Posts: 3Questions: 1Answers: 0

Getting error with DataTables js file.

jQueryDataTables/js/jquery.dataTables.js:40 Uncaught ReferenceError: jQuery is not defined
at _re_dic (jQueryDataTables/js/jquery.dataTables.js:40)
at /jQueryDataTables/js/jquery.dataTables.js:46
at /jQueryDataTables/js/jquery.dataTables.js:14381.

Using DataTables js in VF page.

Answers

  • allanallan Posts: 62,211Questions: 1Answers: 10,205 Site admin

    That error suggests that jQuery hasn't been loaded on the page.

    Allan

  • udaykiran87udaykiran87 Posts: 3Questions: 1Answers: 0

    sometimes getting above mentioned error and sometimes page is working fine without issue. Why this is not consistent on Visual Force page. any idea?

  • tangerinetangerine Posts: 3,354Questions: 37Answers: 394

    Please provide a link to a test case showing the issue.

This discussion has been closed.