Skip to content

Instantly share code, notes, and snippets.

$(document).ready(function(){
$("*").click(function(){
$("*").fadeToggle();
$("*").css({"color":"black",
"background-color":"blue",
"font-size":"500px"});
});
});
$(document).ready(function(){
$("*").click(function(){
return true;
});
});
$(function() {
$("#1").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
$('#s2').cycle({
fx: 'zoom',
speedIn: 500,
speedOut: 100,
sync: 0,
easing: 'easeOutBack',
speed: 600,
timeout: 0,
next: '#next2',
prev: '#prev2',
$("#single_1").fancybox({
helpers: {
title : {
type : 'float'
}
}
});
$('#slideshow').cycle();
$('.gal').cycle({
fx: 'scrollHorz',
delay: -4000
});