Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 378 Bytes

File metadata and controls

8 lines (6 loc) · 378 Bytes

JQuery-Show-Hide

Showing contents using jQuery which are hidden in CSS.

Overview

In the index.html file, header is hidden using css selector but as you run the index.html file, it'll show you the hidden header. Below header there are two paragraphs along with two buttons show and hide when will click on the hide button it'll hide the above two paragraph and vice-versa.