Share Pastebin
Guest
Public paste!

Jeremy Kendall

By: a guest | May 6th, 2009 | Syntax: JavaScript | Size: 0.14 KB | Hits: 129 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. $(function() {
  2.     $("#tabs").tabs({
  3.         show: function(event, ui) {
  4.             $(ui.panel).show('slide');
  5.         }
  6.     });
  7. });