zhangji

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");
});
});

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2021-06-30
  • 2021-12-09
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2021-12-09
  • 2021-09-25
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案