$(function(){ var myScroll = null; myScroll=new IScroll(".scrollr",{ scrollbars: true, fadeScrollbars:true, scrollbars: 'custom', shrinkScrollbars:'clip', tap:true }); setTimeout(function () { myScroll.refresh(); }, 100); $("#dweb").bind("blur", function() { var ids = $("#id").val(); var temp = ""; if (id != "") { temp = "&id=" + ids; } haifmp.loadMobilePage("haifmp", "getZzswSearchDweb.htm?mcid=" + $("#mcid").val() + "&cxeph=" + $("#dweb").val() + temp + "&date=" +$("#date").val()); }); $(".dangan_scrollr").on("tap",'.chooseDweb', function() { if(confirm("确认选择耳牌编号: " + $(this).data("ep"))) { haifmp.loadMobilePage("haifmp", "hpSjlrZzswEdit.htm?mcid=" + $("#mcid").val() + "&dweb=" + $(this).data("ep") + "&date=" +$("#date").val()); } }); //input[type='search']里面的val往左移动 var k = $("input[type='search']").val(); $("input[type='search']").focus(function(){ $(".glyphicon-search").animate({left:"0.2rem"},250); $("input[type='search']").animate({"text-indent": '0.2rem'}, 250); if(k!=""){ $(".glyphicon-search").animate({left:"0.2rem"},250); $("input[type='search']").animate({"text-indent": '0.2rem'}, 250); } }); //模糊查询键盘enter键事件 $("input[type='search']").on('keypress',function(e) { var keycode = e.keyCode; if(keycode=='13') { e.preventDefault(); //请求搜索接口 var ids = $("#id").val(); var temp = ""; if (id != "") { temp = "&id=" + ids; } haifmp.loadMobilePage("haifmp", "getZzswSearchDweb.htm?mcid=" + $("#mcid").val() + "&cxeph=" + $("#dweb").val() + temp + "&date=" +$("#date").val()); } }); }); /** * 返回 */ function backUrl() { var ids = $("#id").val(); var temp = ""; if (id != "") { temp = "&id=" + ids; } haifmp.loadMobilePage("haifmp", "hpSjlrZzswEdit.htm?mcid=" + $("#mcid").val() + "&id=" + $("#id").val() + temp + "&date=" +$("#date").val()); } /** * 选中耳标 */ function chooseDweb(dweb) { }