I am planning to show a tree structure and on clicking the tree structure I wanted a grid to be displayed. Since I have to show a prototype, I am thinking of using Jquery to show the following
Application1 (Onclick)
- Display a
<DIV>
with data (similar to a grid)Application 2 (Onclick)
- Collapse Application 1
Div
(invisible)- Application 2
DIV
(visible)
so on..
Is there any example that is available that I can use to simulate this?
JQuery's hide but doesn't remove the space and show
$("#id").css({ visibility: 'hidden' }) // hidden element (not remove space)
$("#id").css({ visibility: 'visible' }) // show element
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With