You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atm. I need to load a 40-70kb (depending on loaded jquery modules) big JS lib - namely jQuery - to use this great and tiny 4kb gridform lib.
would be great if you could get rid of the jquery dependency.. do you think this is possible?
I guess most of the selector things could be achieved with QSA[1].
that would be a big plus!
Removing the jQuery dependancy would be the right step forward. But it is a big change! So my suggestion would be to fork the project. I'll add a prominent link on the ReadMe page linking to your fork. Once it has gained enough real world users and has been through a reasonable amount of testing, we can merge the fork into the main project.
atm. I need to load a 40-70kb (depending on loaded jquery modules) big JS lib - namely jQuery - to use this great and tiny 4kb gridform lib.
would be great if you could get rid of the jquery dependency.. do you think this is possible?
I guess most of the selector things could be achieved with QSA[1].
that would be a big plus!
[1] http://caniuse.com/#search=querySelectorAll
The text was updated successfully, but these errors were encountered: