YaWK
24.1
Yet another WebKit
|
Go to the source code of this file.
Functions | |
document | ready (function() { $("#form").hide();$("#alt").hide();$("#yes").css('cursor', 'pointer').click(function() { $("#adultCheck").fadeOut(420);$("#form").delay(420).fadeIn(1240);});$("#no").css('cursor', 'pointer').click(function() { $("#adultCheck").fadeOut(420);$("#form").fadeOut(420);$("#alt").delay(420).fadeIn(1240);});$("#contact").css('cursor', 'pointer').click(function() { window.location.replace("index.html");});$("#home").css('cursor', 'pointer').click(function() { window.location.replace("index.html");});}) |
document ready | ( | function() { $("#form").hide();$("#alt").hide();$("#yes").css('cursor', 'pointer').click(function() { $("#adultCheck").fadeOut(420);$("#form").delay(420).fadeIn(1240);});$("#no").css('cursor', 'pointer').click(function() { $("#adultCheck").fadeOut(420);$("#form").fadeOut(420);$("#alt").delay(420).fadeIn(1240);});$("#contact").css('cursor', 'pointer').click(function() { window.location.replace("index.html");});$("#home").css('cursor', 'pointer').click(function() { window.location.replace("index.html");});} | ) |
References window.