-
To start, I know this was asked a while back. The reason I am reposting this feature request is that we are now in 2022 and the use of jQuery simply isn't required in many/most modern frameworks.
W…
-
[Several (15) imports of jQuery](https://github.com/search?q=jquery+repo%3Arancher%2Fdashboard+extension%3Avue+extension%3Ajs&type=Code) seem to be present in the code base.
The usage case for s…
cnotv updated
4 months ago
-
[James Burke](http://twitter.com/jrburke/statuses/143413162438426626) makes a good point:
> AMD support is a type of adapter support -- map 'jquery' dependency to the adapter
backbone-mootools shoul…
-
# A vanilla JS replacement for fadeOut/fadeIn callbacks
During refactoring jquery-console to not contain jQuery, I ended up having to replace .fadeOut(fn) and .fadeIn(fn) a few times, which I can ima…
-
jQuery is now in npm
https://twitter.com/jquery/status/420284703455711232
If we can delete our local copy from `lib` and replace it with a reference in `package.json` that would be nice. We have a lo…
-
Add to:
http://api.jquery.com/category/manipulation/dom-insertion-around/
http://api.jquery.com/category/manipulation/dom-insertion-inside/
http://api.jquery.com/category/manipulation/dom-insertion-ou…
-
jQuery is being loaded but is only used in a handful of places, most notably the colour picker plugin. If we can find a good replacement for that I believe we wouldn't need to load jQuery at all.
-
I've come to believe jquery should be eliminated from new software releases where possible.
`django-address` uses jquery in the javascript functions that perform the auto complete function, ([jque…
-
jQuery is pretty big. See if a suitable replacement can be found.
-
I'm getting errors with the simple case `(input :select true)` when using hoplon.goog's implementation of `do!`:
```
(defmethod do! :select
[elem _ _]
(events/dispatchEvent elem goog.events.…