Advertisement
srikat

vertical-tabs-init.js

Jul 29th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function($) {
  2.     $( "#tabs" ).tabs({ orientation: "vertical" });
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement