Originally published on webdeasy.de!
Moving from jQuery to JavaScript offers several advantages. Besides removing dead code, you can also increase...
For further actions, you may consider blocking this person and/or reporting abuse
jquery is not just about fetching elements and attaching event handlers. You showed maybe 1% of all jQuery features.
He wrote a blog post, not a JavaScript lib for jQuery!
I know. And I wrote that this are the function I needed to move my website from jquery to js. I never said that this are all functions ð
I also tried to abandon jquery in my project - Metro 4, from this process I got the - M4Q library ðĪŠ
Never heard of M4Q, just saw it has a weekly download of 1!
Yes this is possible to convert jquery to javascript but its very difficult to manage everything in javascript.I also try a lot to convert it at the end i found one online tool that convert jquery to javascript easily.The tool is workversatile.com
workversatile.com/jquery-to-javasc...
I tried two codes snippets, but it doesn't seem to work....
If that really works, it would be insane!
Can you please give me your snppets?
I tried this:
It gives me the same output.. :c
What is p?
Id or class so please # or . Before p and try.
That's working, great!
But p oder h2 or something like that should work. This selects all p (or h2) on the page
Yes its correct i will contact owner of this tool and reply here.
I will test it more, but it already looks good
What I feel is jQuery and JS both are good only if someone wants to write less code picks jQuery(or if the project is already written in jQuery xD) else vanilla JS.
For me I prefer JS more than jQuery.
Absolutely. It always depends on the project.
I got a convertor over on my website. It's completely free.
properprogramming.com/tools/jquery...
Feel free to use it. It can help with the conversions.