jQuery library dependency in dataTables

jQuery library dependency in dataTables

Selvam_93Selvam_93 Posts: 1Questions: 0Answers: 0
  • We planned to upgrade the latest DataTables in our application.
  • Currently we are using DataTables 1.10.11 and it includes jQuery version v1.12.0
  • Our requirement is to use jQuery 3.5 in latest DataTables, but dataTables includes only till jQuery 3 3.1

Is there any option to get the latest jquery or shall we replace the jquery library alone from it.

Replies

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Only 3.3.1 is currently hosted on our CDN, but yep, you can just host 3.5 yourself or link to jQuery's CDN instead,

    Colin

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I've updated our download builder to use jQuery 3.6.0 which is the latest in their 3.x series. If you require to use a different version of jQuery, as Colin indicates, just include that version on your page and don't select jQuery in our download builder.

    Allan

Sign In or Register to comment.