Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery remove() Method

jQuery remove() Method

 

 

The remove() method is used to remove the selected elements, including all text and child nodes. It is also used to remove data and events of the selected elements.

 

Syntax:-

 

Its syntax is:- $(selector).remove(selector)

 

Further Explanation:-

 

Parameter Description
selector Optional. Specifies one or more elements to be removed.

Code Explanation

All Tutorials related to jQuery CSS and HTML Methods

All Sections related to Jquery