Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (9.5k points)

Can anyone tell me how to convert JQuery code to JavaScript without having to access the JQuery source code?

1 Answer

0 votes
by (19.7k points)

You have to learn how to do DOM traversing and manipulation with the plain DOM API and test it with all browsers.  Refer to this article here.

Interested in Java? Check out this Java Certification by Intellipaat.  

Browse Categories

...