Jquery Remove Element


Prev Tutorial Next Tutorial

Remove Element

tutorial4us

Jquery have some predefined methods to remove elements or contents. It have following methods that are used to remove content;

  • remove()
  • empty()

remove() method

This method are used to removes the selected elements and its child elements. In below example remove both paragraph and div section.

Example of remove()

<!DOCTYPE html>
<html>
<head>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $("button").click(function(){
        $("#box").remove();
    });
});
</script>
</head>
<body>

<div id="box" style="height:100px;width:300px;border:1px solid black;background-color:cyan;">

<p>JQuey is simple and easy to learn.</p>
<p>It is JavaScript Library.</p>

</div>
<br>

<button>Remove div element</button>

</body>
</html>

Output

JQuey is simple and easy to learn

It is JavaScript Library.


empty() method

This method are used to removes the child elements of the selected elements. In below example only remove paragraph but not remove complete div section.

Example of empty()

<!DOCTYPE html>
<html>
<head>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $("button").click(function(){
        $("#box").empty();
    });
});
</script>
</head>
<body>

<div id="box" style="height:100px;width:300px;border:1px solid black;background-color:cyan;">

<p>JQuey is simple and easy to learn.</p>
<p>It is JavaScript Library.</p>

</div>
<br>

<button>Remove div element</button>

</body>
</html>

Output

JQuey is simple and easy to learn

It is JavaScript Library.



Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements