JQuery Developer Question:

When can JQuery be used?

Tweet Share WhatsApp

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 PDF Read All 51 JQuery Developer Questions
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?