// Using Jquery to toggle visibility of a div or anything when a button button that //has the class "showHide" is clicked: $(".showHide").click(function () { $("p").toggle() });