Is jquery library used for server scripting or client scripting?
Answer / Harish Chandra
jQuery is primarily a client-side JavaScript library and is used to manipulate HTML documents, handle events, and make animations on the user's browser. It does not perform server-side operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate the concepts of .js and .min.js?
What are the different ways of using $.connect function in jquery?
What is called chaining?
How to debug jQuery?
Is jQuery a programming language?
Tell me which command will give a version of jquery?
Can we use jQuery to make ajax request?
What is the difference between event.stopPropagation and event.stopImmediatePropagation?
Define the script build up by jquery?
Is jquery html() method works for both html and xml documents?
How is the deferred method in jquery important in relation to animate method?
Which are the popular jQuery CDN? and what is the advantage of using CDN?