jQuery(function () {
jQuery("#IsMapSearch").removeAttr("checked");
jQuery("#IsMapSearchClick").css({ "cursor": "pointer" });
jQuery("#IsMapSearchClick").bind("click", function () {
jQuery("#IsMapSearch").attr("checked", "true");
jQuery("#form_esf").attr("target", "_blank");
jQuery("#form_esf").submit();
jQuery("#form_esf").attr("target", "_self");
jQuery("#IsMapSearch").removeAttr("checked");
});
});
jquery模拟单击事件
jQuery(function () {jQuery("#IsMapSearch").removeAttr("checked");jQuery("#IsMapSearchClick").css({ "cursor": "pointer" });jQuery("#IsMapSearchClick").bind("click", fun...
·
转载于:https://www.cnblogs.com/zhangji/archive/2012/11/27/2791109.html
更多推荐
所有评论(0)