Home >Web Front-end >JS Tutorial >jquery (hide method) hides the specified element instance_jquery
$(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!