alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 363 forks source link

Must jQuery still be a dependency ? #245

Closed shinze closed 8 years ago

JangoSteve commented 8 years ago

jQuery is used mostly for compatibility reasons. I'd love to remove jQuery dependencies (and in fact, I had been slowly removing them with focused refactorings for a while), especially since a lot of what jQuery was used for could be pretty easily done with functionality now available in ES6. Definitely on the todo list.

shinze commented 8 years ago

Thank you !