Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee 朱秋贵内科诊所 My腾云code

跳转新页面,并触发新页面事件

$(document).on("click", "#sns .sn_route", function() {
var snStr="";
snStr=$(this).parents("tr").find(".sns_sn").html();
var win=window.open("querysnRoute.htm","_blank", "");
win.onload = function() {
     $(win.document).find("#sn").val(snStr);
     $(win.document).find("#snQuery").click();

}
})

posted @ 2017-09-20 16:35  cn2023  阅读(410)  评论(0编辑  收藏  举报