jQuery UI Widgets › Forums › General Discussions › Navigation › Expander › Expander inside expander
Tagged: expander inside expander
This topic contains 1 reply, has 1 voice, and was last updated by jqWizard 13 years ago.
Hi!
Is it possible to have Expander component inside other expander?
I thought that itโs not possible but then I found error in my code. Below is the code for using expander inside expander. Pretty obvious ๐
<div id='jqxExpander'> <div>Expander 1</div> <div> <div id='jqxExpander2'> <div>Expander 2</div> <div>test</div> </div> </div></div>
You must be logged in to reply to this topic.