smelikecat

导航

2015年12月16日 #

[device-orientation] 使用手机设备的方向感应实现图片选择

摘要: Device Orientation Event Supported DeviceOrientation Tilt Left/Right [gamma] ... 阅读全文

posted @ 2015-12-16 17:28 smelikecat 阅读(466) 评论(0) 推荐(0) 编辑

[mobile]监听手机mobile上面软键盘的回车[enter]事件

摘要: $(document).keypress(function(e) { if(e.which == 13) { if(!$(".qaSearchInput").val()) ... 阅读全文

posted @ 2015-12-16 17:08 smelikecat 阅读(656) 评论(0) 推荐(0) 编辑