I have a div of id="hiddenVideos" containing videos, and a button of show more at the bottom of the div. But I want a situation that when I click on the show more button it will show the contents inside the #hiddenVideos div tag and the content of the button will change to "show less" so that when I click on it again the #hiddenVideos div tag will be hidden again.