The following jQuery code is designed to have 2 buttons - 1 which hides the webpage text and the other which shows it again.
|
Screenshot of show/hide buttons |
Each button has its own '
id' name depending on which task it will perform: show or hide. We use the '#
id Selector' to target each id and use the '
click' method to either '
show/hide' all elements within a paragraph (<p>) tag.
Create buttons to hide/show text in jQuery
No comments:
Post a Comment