Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

update jquery / allow to specify a jquery/framework #33

Open
Zauberfisch opened this issue Aug 28, 2013 · 3 comments
Open

update jquery / allow to specify a jquery/framework #33

Zauberfisch opened this issue Aug 28, 2013 · 3 comments

Comments

@Zauberfisch
Copy link

jquery should be updated (I recommend moving to 2.x since old browser support is not an issue in Firefox anyway.)

also, there should be a way to specify your own jquery.
an easy solution would be to allow to place a file ~/.js/jquery.js or lets put it more generic ~/.js/framework.js.

of course this raises the question why not just put it into ~/.js/default.js
but I see 2 good reasons:

  • seperate framework from user code
  • just putting my own jquery in default.js would mean double jquery inclusion in dotjs alone

also, it might be a good idea to check with the chrome plugin how they handle this to keep the behavior consistent

@rlr
Copy link
Owner

rlr commented Dec 14, 2015

I wonder if it's even a good idea to always include jquery always anymore. I'll have to look at what the chrome version is doing.

@eridal
Copy link
Contributor

eridal commented Dec 14, 2015

well nowadays we have things like querySelector along with great native APIs, I dont think jQuery is required anymore

Besides we not using cross-browser, or heavy ajax scripts

@mspreij
Copy link

mspreij commented Aug 24, 2016

It'd be nice to be able to either toggle the inclusion, or to add a preference field where you could specify a default library/framework to be included (multiple?).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants