Test
This commit is contained in:
parent
11e09a9052
commit
dde89b80c5
1 changed files with 8 additions and 2 deletions
10
js/fx.js
10
js/fx.js
|
@ -11,9 +11,15 @@ $(window).ready(function() {
|
||||||
$("#callmemaybe").delay(3300).fadeIn(1100);
|
$("#callmemaybe").delay(3300).fadeIn(1100);
|
||||||
|
|
||||||
//Expanding sections.
|
//Expanding sections.
|
||||||
$(".menu_title").click(function() {
|
/* $(".menu_title").click(function() {
|
||||||
$(this).parent().find(".menu_contents").toggle();
|
$(this).parent().find(".menu_contents").toggle();
|
||||||
});
|
});*/
|
||||||
|
});
|
||||||
|
|
||||||
|
//Click event handlers.
|
||||||
|
$(document).on('click','#main_menu_skillset', function() {
|
||||||
|
$('#intro-blurb').hide();
|
||||||
|
$('#skillset').toggle();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue