Utilizing a jQuery function:
$("#btn1").click(function(){
$("p").text("")
}
Each time the button is clicked, the .text()
field fails to load. When I modify the value of .text
to a shorter string, it functions correctly.