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(115)
Comments(0)
Diggs(0)
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(1297)
Comments(0)
Diggs(0)
$('.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(7249)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号