欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

jquery trigger伪造a标签的click事件取代window.open方法_jquery

程序员文章站 2022-04-27 15:34:11
...
var ohtml='
'+ '
您已经成功发送好友申请。
'+ '

上传真实头像,好友申请更容易被通过哦,赶紧上传头像吧!

'+ ''+ '
'; $.dialog({ lock:true, title: '温馨提示', button: [ {value: '点击上传图像',callback: function () { $("#awindowopen").trigger("click"); },focus: true } ], content:ohtml }); var ohtml='
'+ '
您已经成功发送好友申请。
'+ '

上传真实头像,好友申请更容易被通过哦,赶紧上传头像吧!

'+ ''+ '
'; $.dialog({ lock:true, title: '温馨提示', button: [ {value: '点击上传图像',callback: function () { $("#awindowopen").trigger("click"); },focus: true } ], content:ohtml });


需要注意的是:

在这个地方: