Advertisement
Guest User

Untitled

a guest
Dec 11th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // On a link
  2. <a href="javascript:$('a[href=&quot;#tab-2&quot;]').click();">Open second tab</a>
  3.  
  4. // On a button
  5. <button type="button" onclick="$('a[href=&quot;#tab-2&quot;]').click();">Open second tab</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement