Skip to content

Category Archives: JQuery

The jQuery mouseup() method is an inbuilt method which works when mouse left button is released over a selected element.  Syntax: $(selector).mouseup(parameter) Parameters: This method… Read More
The jQuery mouseover() method is an inbuilt method which works when mouse pointer moves over the selected elements.  Syntax: $(selector).mouseover(function) Parameters: This method accepts single… Read More
The prop() is an inbuilt method in jQuery which is used to set or return properties and values for the selected elements. When this method… Read More
The jQuery select() method is an inbuilt method which is used when some letters or words are selected (or marked) in a text area or… Read More
The replaceAll() method is an inbuilt method in jQuery which is used to replace selected elements with new HTML elements. Syntax: $(content).replaceAll(selector) Parameters: This method… Read More
The replaceWith() method is an inbuilt method in jQuery which is used to replace the selected element with the new one. Syntax: $(selector).replaceWith(content, function) Parameters:… Read More
The scrollTop() method is an inbuilt method in jQuery which is used to return the vertical top position of the scrollbar. Syntax: $(selector).scrollTop(position) Parameters: This… Read More
The scrollLeft() method is an inbuilt method in jQuery which is used to return or set the horizontal position of the scroll bar. Syntax: $(selector).scrollLeft(position)… Read More
The jQuery resize() method is an inbuilt method which is used when the browser window change its size.  Syntax: $(selector).resize(function) Parameter: This method accepts single… Read More
The serialize() method is an inbuilt method in jQuery which is used to create a text string in standard URL-encoded notation. This method can act… Read More
The jQuery scroll() is an inbuilt method which is used to user scroll in the specified element. This method works for all scrollable elements and… Read More
The jQuery submit() method is used to submit events or attaches a function to run when a submit event occurs. This method can only apply… Read More
The jQuery one() method is an inbuilt method that attaches one or more event handlers for the selected element. This also attaches a function to… Read More
jQuery load() method is simple but very powerful AJAX method. The Load() method in jQuery helps to load data from server and returned into selected… Read More
The insertBefore() is an inbuilt method in jQuery which is used to insert some HTML content before a specified element. The HTML content will be… Read More