This commit is contained in:
substantialnoninfringinguser
2009-05-19 06:32:42 +01:00
parent d71078d03d
commit 2c2f11be39
17 changed files with 149 additions and 95 deletions

View File

@@ -16,7 +16,7 @@ function setMaxHeight(group, target) {
}
/*This is the jquery comment stuff */
/*This is the jquery stuff */
$(document).ready(function() {
$('.searchable li').quicksearch({
@@ -42,12 +42,13 @@ $(".toggleMenu").click(function () {
$(".toggleMenu").toggle();
});
$(".nav").css('opacity','7')
$(".footer").hide();
$(".fadeIn").hide();
setTimeout("$('.leftMargin.fadeIn').fadeIn(3000);",1000);
setTimeout("$('.rightMargin.fadeIn').fadeIn(3000);",2000);
$("a.closeDiv").click(function () {
$(this).parent().hide();
});
/*$("#footerLinks").hover(
function() {$(".footer").fadeIn("slow")},