$(document).ready(function(){ $("#motion_open").click(function(){ $("#motion_sub_nav").slideDown("slow", 'easeOutQuart'); }); $("#motion_close").click(function(){ $("#motion_sub_nav").slideUp("slow", 'easeOutQuart'); }); });