$(function () { // 手机导航 $('.head-btn').click(function () { $(this).toggleclass("act"); $(".phone-nav").toggleclass("act"); }); var wow = new wow({ boxclass: 'wow', animateclass: 'animated', offset: 50, mobile: true, live: true }); wow.init(); });