Currently I have only contents of div=content2
visible on my screen. It has some content and a button. All other div's content are not visible (the display style of other div's are set to none) Now when I click on the button I want the content of only div=ContentXYZ
to be displayed. Basically I want to move from current div content to a different div content.
I don't want anything from my current screen to be visible I just want all the contents of another div to be displayed.