Quantcast
Viewing all articles
Browse latest Browse all 119478

capson on "[Plugin: WP UI - Tabs, Accordions, Sliders] Link between tabs on WP UI"

try this as place to start

<script type="text/javascript">
  $(function() {

if ($("#lnk_0")[0].click)
    $("#lnk_0")[0].click();
else
    window.location = $("#lnk_0").attr('href');
</script>
<a id="lnk_0" href="http://mydomain.com/mypage.html">link</a>

Viewing all articles
Browse latest Browse all 119478

Trending Articles