Computer Science, asked by Nicole1738, 1 year ago

How do I check if an element is hidden in jQuery?

Answers

Answered by omegads04
0

<title>

</title>

<script type="text/java script">

$(document). ready(function(){

$("button"). click(function()

{

$("p"). toggle("slow", function ( )

}

Similar questions