$(function() { int(); $('.wjdh-kefu-close').click(function() { $('.wjdh-kefu-open').stop().animate({ "right": "0" }); $('.wjdh-kefu-close').stop().animate({ "right": "-30px" }); int(); }); function int(){ settimeout(close, 2000); }; function close() { $('.wjdh-kefu-open').stop().animate({ "right": "-132px" }); $('.wjdh-kefu-close').stop().animate({ "right": "0" }); } });