Diff b/w javascript and jquery

Answers were Sorted based on User's Feedback



Diff b/w javascript and jquery..

Answer / minal

Javascript is a language but jquery is not a language.
Jquery is a library written using javascript, which is
light weight, cross browser compatible and simple.

Is This Answer Correct ?    57 Yes 1 No

Diff b/w javascript and jquery..

Answer / purushothaman

jquery is plugin this use to bulid funtion.

Is This Answer Correct ?    10 Yes 5 No

Post New Answer

More AJAX Interview Questions

What are all the features of Ajax?

1 Answers  


Where AJAX cannot be used?

1 Answers  


What are all the technologies used by Ajax?

1 Answers  


How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?

2 Answers  


How do I submit a form or a part of a form without a page refresh?

0 Answers  






Which request is better, Get or Post?

1 Answers  


What is the limitation of AJAX ?

0 Answers  


What is asynchronous request in ajax?

0 Answers  


Explain fetch api in javascript?

0 Answers  


Why do we use the updateprogress control in ajax? : asp.net ajax

0 Answers  


What are ajax extensions?

0 Answers  


What is Script Manager?

1 Answers  


Categories