I am trying to implement the hide/show functionality in one of the sharepoint page.
example: there are few block of data in a page..i want to have a two links say link1 and link2. when i click on link1 the block1 data should display and block2 data should hide..similarly when i click on link2 block2 data should display and block1 data should hide.
how to achieve this using javascript code.
thanks
example: there are few block of data in a page..i want to have a two links say link1 and link2. when i click on link1 the block1 data should display and block2 data should hide..similarly when i click on link2 block2 data should display and block1 data should hide.
how to achieve this using javascript code.
thanks
Comment