JQuery Developer Question:

Download Job Interview Questions and Answers PDF

When can JQuery be used?

JQuery Developer Interview Question
JQuery Developer Interview Question

Answer:

JQuery can be used to perform:
1) Call methods on specific events
2) Traverse the documents
3) For apply CSS
4) Manipulation purpose and
5) To add effects too.
6) For apply animations
7) For give atractive look (dialogbox etc)
8) For asynchronous calls ($.ajax())

Download JQuery Developer Interview Questions And Answers PDF

Previous QuestionNext Question
If you have a server control(asp.net server control, Button) and on the click of button you want to call a jquery function, So tell me how you will call a jquery function without postback?Can you please explain the difference between jQuery's ready and holdReady?