http://jsfiddle.net/b8xn0j12/1/
"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?