What is the difference between jquery and javascript?



What is the difference between jquery and javascript?..

Answer / Shalendra Kumar Verma

JavaScript is a programming language used to create interactive web content, while jQuery is a JavaScript library that simplifies HTML document traversing, event handling, animating, and AJAX requests. jQuery makes it easier to write cross-browser compatible code by abstracting away browser differences.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How do you implement animation functionality?

1 Answers  


How to check jQuery version?

1 Answers  


Write the code to define a requirejs module with its dependencies.

1 Answers  


What is the use of jquery.data()?

1 Answers  


Will Events Are Also Copied On Clone In Jquery?

1 Answers  


How to programmatically trigger a click event thats being handled by jquery only?

1 Answers  


What are the advantage of using minimized version of jquery?

1 Answers  


What is the difference between event.PreventDefault and "return false"?

1 Answers  


How to programmatically trigger a click event that's being handled by jquery?

1 Answers  


How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.

0 Answers  


How to validate phone number using jquery?

1 Answers  


How to select all elements using jQuery?

1 Answers  


Categories