arteyazilim / rowsorter

Drag & drop table row sorter pluging with touch support for Vanilla JS and jQuery.
http://borayazilim.github.io/rowsorter
MIT License
74 stars 23 forks source link

If jquery detected, doesn't allow Vanilla js.. #12

Closed prograhammer closed 8 years ago

prograhammer commented 8 years ago

Our team is slowly trying to move away from jQuery, so we'd like to use the non-jQuery approach to new'ing up the object. However, it seems to automatically detect that we have jQuery and force us to use the jQuery approach. Any ideas how we can get around this?