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

remove() Method in jQuery

remove() Method

 

 

The remove() method is used to remove a particular element. This method removes the selected element(s), as well as its child 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 Advance

All Sections related to Jquery