Vanilla JS version
See original GitHub issueWhat kind of issue is this? (put ‘x’ between the square brackets)
- [x ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn’t working the way you expect it to, use
http://stackoverflow.com/questions/ask .
Provide working code, starting from http://codepen.io/marcandre/pen/jqbzyN?editors=101.
We monitor the tag
parsley.js
. - Bug report. If you’ve found a bug, you must provide a minimal example in a CodePen, starting from http://codepen.io/marcandre/pen/jqbzyN?editors=101 .
- Feature Request. Make sure there’s no good way to do what you want first; consider asking on http://stackoverflow.com/questions/ask first.
Hi, Are there any specific features tying this to jQuery nowadays? Is there any interest in converting this to a vanilla JS version?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:26
- Comments:37 (1 by maintainers)
Top Results From Across the Web
Vanilla JS
Vanilla JS Vanillin. Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications.
Read more >javascript - What is VanillaJS? - Stack Overflow
Using "VanillaJS" means using plain JavaScript without any additional libraries like jQuery. People use it as a joke ...
Read more >You SHOULD Learn Vanilla JavaScript Before JS Frameworks
"VanillaJS is a name to refer to using plain JavaScript without any additional libraries like jQuery back in the days.
Read more >What is Vanilla JavaScript - Javatpoint
The term vanilla script is used to refer to the pure JavaScript (or we can say plain JavaScript) without any type of additional...
Read more >What is Vanilla JS ? (Simple explanation for Beginners) [2022]
In this video, we have discussed What is Vanilla JavaScript? What is Vanilla JS ? What's the difference between vanilla JS versus JavaScript?...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve started to convert some jQuery calls to use the native DOM. PRs welcome (post here first on what you intend to do…)
I was not aware of
polyfill.io
or offetch
😄. Pretty nice stuff. Great replacement for$.ajax
, so it does mitigate my biggest objection.So I’m starting to feel like it would be possible to have Parsley be compatible with a choice of either
jQuery
orpolyfill.io
’sfetch
and other.Not really relevant to the discussion, but I feel your
forEach
is not needed inES6
…So I’m reopening this and will see about writing a roadmap. kickstarter?? 😄