Scorez2000
Programmer
Ok. Web based application that tracks the outfitting of bathrooms.
There's 4 buildings, each building has a series of 'cores', each core has a number of floors, each floor has a number of bathrooms.
I need to list this all on a page, but I don't want it all to be viewable at once.
So far I have
-Block A
--Core 1
---Floor 1
----Bathroom 1
----Bathroom 2
----Bathroom 3
----Bathroom 4
----Bathroom 5
There are over 600 bathrooms, so it makes for a huge page.
How could I do this so when the page loads, it only shows:
BLOCK A
BLOCK B
BLOCK C
BLOCK D
And then when you click a block, it expands and shows the cores, click a core and it shows floors, click a floor, it shows bathrooms.
There's 4 buildings, each building has a series of 'cores', each core has a number of floors, each floor has a number of bathrooms.
I need to list this all on a page, but I don't want it all to be viewable at once.
So far I have
-Block A
--Core 1
---Floor 1
----Bathroom 1
----Bathroom 2
----Bathroom 3
----Bathroom 4
----Bathroom 5
There are over 600 bathrooms, so it makes for a huge page.
How could I do this so when the page loads, it only shows:
BLOCK A
BLOCK B
BLOCK C
BLOCK D
And then when you click a block, it expands and shows the cores, click a core and it shows floors, click a floor, it shows bathrooms.