InterviewSolution
Saved Bookmarks
| 1. |
When Can You Use Jquery? |
|
Answer» jQuery can be used to developing ajax based applications It can be used to keep the code simple, concise and reusable. It simplifies the process of traversal of HTML DOM TREE. It can also HANDLE events, perform animation, and add the ajax support in WEB applications. jQuery can be used to developing ajax based applications It can be used to keep the code simple, concise and reusable. It simplifies the process of traversal of HTML DOM tree. It can also handle events, perform animation, and add the ajax support in web applications. |
|