$(function(){ $('.header_menu,.y_publicright a').on('click',function(){ $('.y_sidebar').animate({left:"0%"}); }) $('.y_sidebar_bg').on('click',function(){ $(this).parent().animate({left:"100%"}); }) })