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
2 sec ago
FREE @@ TNA AGAINST ALL...
1 min ago
destinys photoviewer am...
15 sec ago
EVOLUTION CRYPTER FREE FUD
24 sec ago
Update div on event
17 sec ago
Dear John 2010 DvdRip X...
18 sec ago
Untitled
23 sec ago
Untitled
29 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
JavaScript
| Size: 0.17 KB | Hits: 62 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
$
(
function
(
)
{
$
(
"ul#slideshowConteudo"
)
.
cycle
(
{
fx
:
'fade'
,
speed
:
2500
,
timeout
:
6000
,
prev
:
#prev
-
not
;
next
:
#next
-
not
;
}
)
}
)
create new paste
|
create new version of this paste
RAW Paste Data
$(function(){ $("ul#slideshowConteudo").cycle({ fx:'fade', speed:2500, timeout:6000, prev:#prev-not; next:#next-not; }) })