mapseed/platform

Move away from JQuery (?)

Closed this issue · 2 comments

Just curious if we try to move away from JQuery.

See:

We might be overusing jQuery a bit for basic DOM stuff, but jQuery is wired in pretty closely to the project. It's the interface between Backbone and the DOM, and we're using a couple of jQuery plugins for datepicker and colorpicker functionality.

In my opinion it's not worth removing it entirely at this point, but there might be places where we can replace jQuery calls with native calls instead.

Closing--this will be addressed in #729