摘要:
$('.wrap').on({ click:function(){ //事件1 ...... }, keyup:function() { //事件2 ....... }, keydown:function(){ //事件3 ....... }},'.select1,.select2,select3' 阅读全文
posted @ 2016-10-27 14:38
太菜
阅读(8595)
评论(2)
推荐(1)
摘要:
isNaN(val) val为数字返回false 不为数字返回truedocument.write(isNaN(123)); document.write(isNaN(-1.23)); document.write(isNaN(5-2)); document.write(isNaN(0)); doc 阅读全文
posted @ 2016-10-27 14:30
太菜
阅读(936)
评论(0)
推荐(0)
浙公网安备 33010602011771号