Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery UI – tabs, are inactive tab content taken out the dom?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164890
    matthisco
    Participant

    HI folks,

    Does the UI Tabs hide content in the DOM so the page loads quicker?

    When I view my tabs page, the inactive content divs are removed in firebugs html window pane. Yet the page source shows all hidden and active content.

    Many thanks

    #164894
    Paulie_D
    Member

    If you can see them in Firebug then the answer is NO.

    As I recall the inactive tabs have display:none so they aren’t rendered on the page and have no dimensions.

    I’m sure this is covered in the JQ/JQUI documentation.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.