Viewing 1 replies (of 1 total)
  • Plugin Author Mark / t31os

    (@t31os_)

    Using CSS would be the way to go, that will hide the element out of sight straight away and should not cause any flash of content.

    You should set the display property for the list container though and not each individual list item.

    Eg.

    .ui-tabs-nav { display:none; }

    Or if it’s being a little persistant..

    .ui-tabs-nav { display:none!important; }

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding tabular navigation’ is closed to new replies.