2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 16:57:09 +00:00
This commit is contained in:
substantialnoninfringinguser
2009-05-19 06:32:42 +01:00
parent e9eb00f65d
commit 9c1e978da2
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")},