crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

JQuery code to empty div tag values
Question Posted on 21 Jun 2015Home >> WEB >> JQuery >> JQuery code to empty div tag values

Below is the two line code to empty the div tag text value here below is the jQuery function

< script>
$(document).ready(function(){
$("button").click(function(){
$("#divId").empty();
});
});
< /script>


Now comes to Html part of code here i have add 1 div tag and some text in it and a button to clear the text in div tag


< div id="divId" style="height:50%;width:50%;border:1px solid black;background-color:Red;">

welcome to website crackyourinterview.com
< p>This site helps you to crack your interview.< /p>
< p>This site contains some good interview tips and questions.< /p>
< /div>
< br>
< button>Click to Empty< /button>
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Difference between body.onload and document.ready in jQuery

Different method which provides effects in JQuery

Three types of selector in JQuery

Example of JQuery focus event on textbox

What is significance of jQuery.NoConflict






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap