jquery - jQueryUI tab/menu synergy (forcing inactive tab to appear active) -


i understand frivolous nature of problem, requirement of client.

  • on page have vertical menu loads pages
  • there static content in div @ top
  • , dynamic content in tabbed pane below. dynamic content 2 tables reloaded ajax when each vertical menu item selected. div not reloaded content of tables.
  • the purpose of tabs mimic vertical menu while making div appear tabbed pane, have implemented. see below:

    ________________________________________________________________ |vetical|                                                      | | menu  |                 static content                       | |       |------------------------------------------------------| |       | [tab][tab][tab]                                      | |       | -----------------------------------------            | |       | :                                       :            | |       | :    dynamic content                    :            | |       | :                                       :            | |       | :                                       :            | |_______|_:_______________________________________:____________| 

    my issue this. when tab inactive , select item on vertical menu. how can make appear if tab has been activated. tried search tab , call $("mytabs").tabs('selected',index); has given me no results.


    thanks, hope not confusing

  • sorry found solution under related. it here


    Comments

    Popular posts from this blog

    c# - SharpSVN - How to get the previous revision? -

    c++ - Is it possible to compile a VST on linux? -

    url - Querystring manipulation of email Address in PHP -