Is jQuery replacement of Java Script?

Answers were Sorted based on User's Feedback



Is jQuery replacement of Java Script?..

Answer / chaitanya

No. jQuery is not a replacement of JavaScript. jQuery is a different library which is written on top of JavaScript. jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML.

Is This Answer Correct ?    0 Yes 0 No

Is jQuery replacement of Java Script?..

Answer / ramyagurrala

javascript is a programming language,where as jquery is a javascript library.

So,jquery is not an replacement of javascript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to redirect to another page using jquery?

0 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

0 Answers  


How we can select multiple elements in jquery?

0 Answers  


What is the use of serialize method in jQuery?

0 Answers  


What are the difference between alert() and confirm()?

0 Answers  






Can we use protocol less URL while referencing jQuery from CDNs?

1 Answers  


Difference between document.ready() and body onload()?

0 Answers  


What is the use of noconflict() method in jquery?

0 Answers  


What is resize() function in jquery?

0 Answers  


How to include jQuery in ASP.Net project?

0 Answers  


Can you write a code to select all links inside the paragraph?

0 Answers  


What is the difference between $(window).load and $(document).ready?

0 Answers  


Categories