Hoisting – Hoisting in JavaScript is a behavior in which a function or a variable can be used before declaration. For example, a=5; Var a ;...
Continue reading...jQuery Effects
What are JQuery effects? jQuery enables us to add effects on a web page. jQuery effects can be categorized into fading, sliding, hiding/showing and animation effects....
Continue reading...jQuery Event Methods
What is jQuery Event Methods? In most web applications, the user does some action to perform an operation. For example, the user clicks on the save...
Continue reading...jQuery Selectors
A jQuery Selector is a function that makes use of expressions to find out matching elements from a DOM based on the given criteria. Simply you...
Continue reading...jQuery – DOM Manipulation
JQuery provides methods to manipulate DOM in an efficient way. You do not need to write big code to modify the value of any element’s attribute...
Continue reading...