pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
ASM (NASM) | 1 sec ago
Untitled
6 sec ago
Watch This Means War On...
12 sec ago
James Voss - Chicago, I...
12 sec ago
Untitled
12 sec ago
Untitled
16 sec ago
Untitled
19 sec ago
Untitled
19 sec ago
Layout Width
Share Pastebin
Jeremy Kendall
By: a guest | May 6th, 2009 | Syntax:
JavaScript
| Size: 0.14 KB | Hits: 129 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
$
(
function
(
)
{
$
(
"#tabs"
)
.
tabs
(
{
show
:
function
(
event
,
ui
)
{
$
(
ui.
panel
)
.
show
(
'slide'
)
;
}
}
)
;
}
)
;
create new paste
|
create new version of this paste
RAW Paste Data
$(function() { $("#tabs").tabs({ @@ show: function(event, ui) { @@ $(ui.panel).show('slide'); @@ } }); });