Selecting elements in jQuery
问题 In continuation of the question at this link I wanted to add some functionality in test.html The event trigger is 'clicking' on any <p class=""> tag. After clicking I wanted that particular <p> to disappear (which was fairly straightforward) but I also want that If out of the three either one or two <p> are hidden, then "Hide 'em" button should 'show' along with "Show 'em" But If all <p> are hidden then "Hide 'em" should also get Hidden And When all <p> are visible then "Show 'em" should get