⟩ In what scenarios jQuery can be used?
jQuery can be used in following scenarios:
☛ Apply CSS static or dynamic
☛ Calling functions on events
☛ Manipulation purpose
☛ Mainly for Animation effects
jQuery can be used in following scenarios:
☛ Apply CSS static or dynamic
☛ Calling functions on events
☛ Manipulation purpose
☛ Mainly for Animation effects
Explain what is the use of jQuery.data()?
How to set the width of an element using jQuery?
Which is fast document.getElementByID('txtName') or $('#txtName')?
Explain what does dollar sign ($) means in jQuery?
Explain width() vs css('width')?
What is the basic need to start with jQuery?
Explain bind() vs live() vs delegate() methods?
How to set the value of an element using jQuery?
How to bind a handler to one or more events (like click) for an element using jQuery?
Which built-in method returns the length of the string?