Is jquery library used for server scripting or client scripting?



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

Post New Answer

More jQuery Interview Questions

Differentiate the concepts of .js and .min.js?

1 Answers  


What are the different ways of using $.connect function in jquery?

1 Answers  


What is called chaining?

1 Answers  


How to debug jQuery?

1 Answers  


Is jQuery a programming language?

1 Answers  


Tell me which command will give a version of jquery?

1 Answers  


Can we use jQuery to make ajax request?

2 Answers  


What is the difference between event.stopPropagation and event.stopImmediatePropagation?

1 Answers  


Define the script build up by jquery?

1 Answers  


Is jquery html() method works for both html and xml documents?

1 Answers  


How is the deferred method in jquery important in relation to animate method?

1 Answers  


Which are the popular jQuery CDN? and what is the advantage of using CDN?

1 Answers  


Categories