What are CSS Variables? CSS variables are custom properties in which we can store a value and use it anywhere in the HTML code. CSS variables...
Continue reading...HTML
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...