Question
When Can You Use Jquery?

Answers

jQuery can be used to for 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.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q When both husband and wife are government servants, can they declare separate home town independently?
  • Q What is a CONTENT VIEW ?
  • Q What is the difference between sql server 2000 object owner and sql server 2005 schema?
  • Q Works are automatically protected from the time of its creation to 70 years past the end of the author’s life. (A)True (B)False
  • Q What are dynamic actions? give a few examples. What are the it's you used in them. (i know only birth of child action, and the it's used in it are personal data, additional payments)
  • Q What is custom hierarchies?
  • Q Who was the founder of Athmavidyasagam ?
  • Q What is the use of action profile in CRM
  • Q Explain indexing and slicing operation in sequences?
  • Q How come when i paste a chemdraw object from word 2010 into chemdraw i receive an error stating that the object does not fit on the page and is then placed as an image?
  • Q which of the following statement is valid for string copy char *srt,*ptr; a)while(*str) { *str=*ptr; ++str=++ptr; } b) :b; while(*str) {*str++=*ptr++};