Difference between javascript and jquery?



Difference between javascript and jquery?..

Answer / Nikunj Kumar

JavaScript is a programming language that is natively supported by web browsers. It allows for client-side scripting, DOM manipulation, and event handling among other things. jQuery is an open-source JavaScript library designed to simplify HTML document traversing, event handling, and animation. Essentially, jQuery builds upon JavaScript by offering a simpler syntax and enhancing its capabilities.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What the use of $ symbol in jquery.

1 Answers  


What is the difference between prop() and attr() in jquery?

1 Answers  


Explain animate function in jquery?

1 Answers  


Define url paremeter of jquery ajax method?

1 Answers  


What is the difference between find and children methods?

1 Answers  


Differentiate between jquery.size and jquery.length? : jQuery Mobile

1 Answers  


How can you add a jquery library in your project?

1 Answers  


How to include jQuery in ASP.Net project?

1 Answers  


What are selectors in jQuery and how many types of selectors are there?

1 Answers  


What are the paremeter of jquery ajax method?

1 Answers  


What are deferred and promise object in jQuery?

1 Answers  


What is the jQuery code to select all links inside the paragraph?

1 Answers  


Categories