UI Tabs - it is possible to leave tab href intact?
Please take a look at example below:
- <div id="tabs" class="ui-tabs" style="display: none;">
- <ul>
- <li><a href="#tabs-1">Tab 1</a></li>
- <li><a href="http://www.google.com"></a><li>
- </ul>
- </div>
By default tabs plugin will replace second tab href with something like #ui-tabs-3. Is there a way to leave href intact? I know that I can use this:
follow a tab's URL instead of loading its content via ajax but it doesn't give user a choice to open URL in current or new window.