-
Notifications
You must be signed in to change notification settings - Fork 106
Drop dependence on jQuery? #27
Comments
CDN / Custom-built jQuery (if we aren't using much of its features) is a good start. |
For reference, here are some links that may be useful for such a transition: |
(I recently did a lot of work on a project that used no jQuery or similar libs, I can take this up if need be.) |
Nah, this isn't a priority. Let's leave it alone for now. There are several bugs open right now that are more important to tackle. |
There is a new library that has many jQuery DOM & event functions. Focuses on evergreen browser compatibility, so is around 2x+ faster than even Zepto & smaller. |
Hmm. Mondrian uses a few functions like |
I'm not sure whether we should be trying to remove jQuery. Grepping around, it looks like there's ~400 instances of jQuery methods being used.
http://artur.co/pastes/1390824908.txt
That's a lot. It would take a while to replace, and doing so might be a waste of time.
If we don't remove it, we could use a CDN like Google to serve jQuery instead and get more or less the same speed benefit.
The text was updated successfully, but these errors were encountered: