var u = navigator.userAgent; var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端 var isiOS = !!u.match(/\(i[^;]+;( U;)? CP Read More
posted @ 2017-09-20 15:26 xzzzys Views(113) Comments(0) Diggs(0) Edit
jQuery("#id").click(func1).mouseover(func2)//方法连写,func为方法的名字 jQuery("#id").click(function(){//你的具体方法实现}),mouser(function(){//你的具体方法实现}); jQuery("#id") Read More
posted @ 2017-09-20 10:29 xzzzys Views(1289) Comments(0) Diggs(0) Edit
$('.toals,input[type=datetime]').on('focus',function(){ $('.footer-focus-none').css('display','none'); }); $('.toals,input[type=datetime]').on('blur', Read More
posted @ 2017-09-20 10:27 xzzzys Views(7238) Comments(0) Diggs(0) Edit