jQWidgets Forums

jQuery UI Widgets Forums Navigation Expander Expander inside expander

This topic contains 1 reply, has 1 voice, and was last updated by  jqWizard 11 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Expander inside expander #26332

    jqWizard
    Participant

    Hi!

    Is it possible to have Expander component inside other expander?

    Expander inside expander #26336

    jqWizard
    Participant

    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>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.