jQWidgets Forums

jQuery UI Widgets Forums Navigation Tabs Tabs disappear when child content clicked, only in IE8

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • elothen
    Member

    I’ve got a jqxTree nested within a jqxTabs control.  The tabs are created statically but the contents of the tree are created dynamically with each one being a hyperlink with an onclick even that calls an ajax request with a parameter specifying which page to load.  This works great under FF 15.0.1 but under IE8 the tabs disappear when I click on the first link.

    The Tree hierarchy is being created in an .aspx code behind that gathers the required information and builds a <ul> hierarchy as needed.  Then onload I use the $(document).ready(function()… to turn that into a jqxTree.  Each node (<li>) is built as follows

    <li><a href=”#” onclick=”makeGetRequest(‘SoftwareDevelopment.aspx’)”>Software Development</a></li>

    Any thoughts/ideas are greatly appreciated!

     


    Peter Stoev
    Keymaster

    Hi elothen,

    If you load a different page on click, check whether jqxtabs.js is loaded there, too. If that is not the case, then please provide a sample which demonstrates the issue. In addition, make sure that you use jQuery 1.7+ version.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.