YaWK  24.1
Yet another WebKit
adultCheck.js File Reference

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");});})
 

Function Documentation

◆ ready()

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.