jquery (hide method) hides the specified element instance_jquery
jquery
hidden element
Copy code The code is as follows:
$(document ).ready(function(){
$("button").click(function(){
$("p").hide();
});
});
Welcome to the world of jquery!
JQuery is very easy to learn!
The effect of jquery is amazing!