Thursday, October 4, 2012

jQuery Interview Questions

What are some benefits of using jQuery?

You should be able to vocalize the benefits of jQuery. It is lightweight, open source, has lots of plugins, and jQuery has a great community and user support. It is incredibly good at matching CSS selectors, it supports chains of actions, and it has many useful AJAX methods. These are just some basic reasons. You could also add that jQuery fixes many JavaScript cross-browser issues.

Name some jQuery methods.

There are so many, so you definitely should know some from your memory. How about hide(), show(), or toggle()


What is jQuery ?
It’s very on line diet simple but most valuable Question on jQuery means jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, animating, event handling, and Ajax interactions for rapid web development. jQuery is designed to change the Buy eulexin online way that you write JavaScript. jQuery is build library for javascript no need to write your own functions or script jQuery all ready done for you

change the URL for a Hyperlink using jQuery

Check or Uncheck All Checkboxes using jquery
$(‘#checkall’).click(function(){
$(“input[@name='Items']:checked”).attr(‘checked’,true);
Buy ditropan style=”color: #009900;”>});
$(‘#uncheckall’).click(function(){
$(“input[@name='Items']:checked”).attr(‘checked’,false);});

fetch the values of selected checkbox array using JQuery
How we can apply css in multiple Selectors in jquery.
How we can modify the css class in jquery.
How can we apply css in div using jquery.
get the value of selected option in jquery
check/uncheck an input in jquery?
disable/enable an element in jquery?
How do I determine the state of a toggled element?
How do I test whether an element exists?
How do I test whether an element has a particular class?
How can we repair a MySQL table?

No comments:

Post a Comment