maca88 / datatables.plugins

MIT License
21 stars 5 forks source link

colResize not working with jQuery.noConflict() #21

Open awillinger opened 9 years ago

awillinger commented 9 years ago

Having the same problem with this plugin as with colReorder, but they fixed it: https://github.com/DataTables/ColReorder/commit/cfce9037fc741eae823d4c2477ebe530447bb8c4

Error: TypeError: $.fn.datatable is undefined

This happens when you use jQuery's noconflict option.

maca88 commented 9 years ago

I commited a patch for this. Example