jQuery bind() Method | This is used to attach one or more event handlers for selected elements. | |
jQuery blur() Method | The jQuery blur() is an inbuilt method that is used to remove focus from the selected element. | |
jQuery change() Method | The jQuery change() is an inbuilt method that is used to detect the change in the value of input fields. | |
jQuery click() Method | The jQuery click() is an inbuilt method that starts the click event or attaches a function to run when a click event occurs. | |
jQuery dblclick() Method | The jQuery dblclick() is an inbuilt method that is used to trigger the double-click event to occur. | |
jQuery event.isDefaultPrevented() Method | This is an inbuilt method that checks whether the preventDefault() method was called for the event. | |
jQuery event.isImmediatePropagationStopped() Method | This is used to check whether this method was called for the event or not. | |
jQuery event.isPropagationStopped() Method | This is used to check whether the object event.stopPropagation() is called or not. | |
jQuery event.preventDefault() Method | This is used to stop the default action of the selected element to occur. | |
jQuery event.stopImmediatePropagation() Method | In jQuery used to stop the rest of the event handlers from being executed for the selected element. | |
jQuery event.stopPropagation() Method | This is used to stop the windows propagation | |
jQuery focus() Method | This is used to focus on an element. The element gets focused by the mouse click or by the tab-navigating button. | |
jQuery focusin() Method | The jQuery focusin() is an inbuilt method that is used to gain focus on the selected element. | |
jQuery focusout() Method | The jQuery focusout() is an inbuilt method that is used to remove focus from the selected element. | |
jQuery hover() Method | This is used to specify two functions to start when mouse pointer move over the selected element. | |
jQuery Keydown() Method | This is used to trigger the keydown event whenever User presses a key on the keyboard. | |
jQuery keypress() Method | The jQuery keypress() method triggers the keypress event whenever browser registers a keyboard input. | |
jQuery keyup() Method | This is used to trigger the keyup event whenever the User releases a key from the keyboard. | |
jQuery load() Method | jQuery load() method is a simple but very powerful AJAX method. | |
jQuery mousedown() Method | This is an inbuilt method that works when the left mouse button is pressed down over the selected element. | |
jQuery mouseenter() Method | This is an inbuilt method that works when the mouse pointer moves over the selected element. | |
jQuery mouseleave() Method | This is an inbuilt method that works when the mouse pointer leaves the selected element. | |
jQuery mousemove() Method | This is an inbuilt method that is used when the mouse pointer moves over the selected element. | |
jQuery mouseout() Method | This is an inbuilt method that is used when the mouse pointer moves out from the selected element. | |
jQuery mouseover() Method | This is an inbuilt method that works when the mouse pointer moves over the selected elements. | |
jQuery mouseup() Method | This is an inbuilt method that works when the mouse left button is released over a selected element. | |
jQuery on() Method | This is used to attach one or more event handlers for the selected elements and child elements in the DOM tree. | |
jQuery one() Method | The jQuery one() method is an inbuilt method that attaches one or more event handlers for the selected element. | |
jQuery ready() Method | The jQuery ready() method helps to load the whole page and then execute the rest code. | |
jQuery resize() Method | The jQuery resize() method is an inbuilt method that is used when the browser window changes its size. | |
jQuery scroll() Method | The jQuery scroll() is an inbuilt method that is used to user scroll in the specified element. | |
jQuery select() Method | This is used when some letters or words are selected (or marked) in a text area or a text field. | |
jQuery submit() Method | The jQuery submit() method is used to submit events or attaches a function to run when a submit event occurs. | |
jQuery trigger() Method | The jQuery trigger() method is a method that is used to trigger a specified event handler on the selected element. | |
jQuery triggerHandler() Method | The jQuery triggerHandler() Method is used to trigger a specified event for the selected element. | |
jQuery undelegate() Method | This is used to remove the specified event handler from the selected element. | |