Created
May 21, 2013 23:08
-
-
Save ArupSen/5624008 to your computer and use it in GitHub Desktop.
In order for the jquery ui tabs to work they need to follow this html structure. You only need to edit content between the <p></p> tags. The rest can remain intact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="tabs"> | |
| <ul> | |
| <li><a href="#tabs-1">Description:</a></li> | |
| <li><a href="#tabs-2">Care:</a></li> | |
| </ul> | |
| <div id="tabs-1"> | |
| <p>Usually stemless, the leaves can spread up to 25cm across. Brachycaulos Abdita has an open rosette with beautiful grassy green leaves that curl out from its thick base.In bloom, the leaves turn an absolutely stunning shade of bright pink.They are good rooters too, | |
| and send out loads of roots which attaches to its mounting very quickly.</p> | |
| <p>*Please bear in mind, each plant is a unique individual with its own quirky character and looks.*</p> | |
| </div> | |
| <div id="tabs-2"> | |
| <p>To water: Submerge plants every one to two weeks... sometimes they just need an hour but during dryer months I like to leave mine bathing all night. Misting is helpful in very dry conditions. Some Air plants are particularly sensitive to hard water. Try using bottled or rainwater, for misting if you live in an area like London.</p> | |
| <p>Fertilise by misting recently soaked plants with our high in nitrogen, organic seaweed Foliage & Air plant Fertiliser. You can also add the fertiliser directly to the soaking water. </p> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment