jQuery html() method is used to set or return the content of the selected elements. When html() method is used to set the content of… [Read More]
jQuery scroll() Method
jQuery scroll event occurs when the user scrolls in the specified element. jQuery scroll() Method attaches an html element to the event handler function and… [Read More]
jQuery resize() Method
The resize event occurs when the size of the browser window is changed. jQuery resize() Method attaches window element to an event handler function and… [Read More]
jQuery keyup() Method
jQuery keyup() Method triggers the keyup event when any button on the keyboard is released. This method attaches an html element to event handler function,… [Read More]
jQuery keydown() Method
jQuery keydown() Method triggers the keydown event when any button on the keyboard is pressed down. Unlike keypress() Method which doesn’t consider keys such as… [Read More]
jQuery keypress() Method
jQuery keypress() Method triggers the keypress event when any button on the keyboard is pressed down. This method doesn’t consider keys such as ALT, CTRL,… [Read More]
jQuery change() Method
jQuery change() Method triggers the change event, when the value of an html element has been changed. The elements covered by this method are <input>,… [Read More]
jQuery submit() Method
jQuery submit() Method triggers the submit event when the form is submitted. The submit() method attaches an event handler function to the “form”, this event… [Read More]
jQuery blur() method
jQuery blur() method attaches an event handler function to html elements. This event handler function executes when a form field loses focus. This method works… [Read More]
jQuery focus() method
jQuery focus() method attaches an event handler function to html elements. This event handler function executes when a form field gets focus. jQuery focus() method… [Read More]