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 we can hide a block of html code on a button click using jquery?

1 Answers  


How to load jQuery locally when CDN fails?

1 Answers  


How to call a method inside code-behind using jquery?

1 Answers  


What is difference between .setinterval() and .delay() ?

1 Answers  


Tell me what is the use of .size() method in jquery?

1 Answers  


What is jquery datepicker in jquery?

1 Answers  


What is the between $(this) and 'this' in jquery?

1 Answers  


Describe the two types of cdns?

1 Answers  


Whether C# code behind can be called from jQuery?

1 Answers  


What the use of $ symbol in jquery.

1 Answers  


Does jquery follow w3c recommendations?

1 Answers  


How We Can Write Code Specific To Browser In Jquery?

1 Answers  


Categories