Diff b/w javascript and jquery
Answers were Sorted based on User's Feedback
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 |
Answer / purushothaman
jquery is plugin this use to bulid funtion.
Is This Answer Correct ? | 10 Yes | 5 No |
What are all the features of Ajax?
Where AJAX cannot be used?
What are all the technologies used by Ajax?
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?
How do I submit a form or a part of a form without a page refresh?
Which request is better, Get or Post?
What is the limitation of AJAX ?
What is asynchronous request in ajax?
Explain fetch api in javascript?
Why do we use the updateprogress control in ajax? : asp.net ajax
What are ajax extensions?
What is Script Manager?