ColReorder breaks when usng "jQuery.noConflict()"
ColReorder breaks when usng "jQuery.noConflict()"
djm
Posts: 20Questions: 4Answers: 0
http://jsfiddle.net/b8xn0j12/10/
"TypeError: $ is undefined"
"var v110 = $.fn.dataTable.Api ? true : false;"
A simple edit like
"var $ = jQuery"
at the top level or ColReorder.js seems like a sufficient workaround ... but maybe its not the best solution?
This discussion has been closed.
Replies
Sorry Fiddle link was wrong:
http://jsfiddle.net/b8xn0j12/10/
drag the columns to reorder them to produce the crash
Urgh - right enough. There is a jQuery container in the file, but it is further down the page.
Fix is committed here and the nightly is rebuilding at the moment.
Thanks for flagging that up.
Allan