使用jquery trigger 觸發a標籤的click事件取代window.open方法

來源:互聯網
上載者:User

var ohtml='<div class="friend-dialog tac pt15 pb20">'+'<div class="f-h32">您已經成功發送好友申請。</div>'+' <p class="c999">上傳真實頭像,好友申請更容易被通過哦,趕緊上傳頭像吧!</p> '+'<a href="<%=path%>/teacher/editUserAvatar.action" target="_blank"><span id="awindowopen" ></span></a>'+'  </div>';$.dialog({lock:true,title: '溫馨提示',button: [{value: '點擊上傳映像',callback: function () {$("#awindowopen").trigger("click");    },focus: true }],content:ohtml});

需要注意的是:

在這個地方:

<a href="<%=path%>/teacher/editUserAvatar.action" target="_blank"><span id="awindowopen" ></span></a>

<a>標籤內一定要有內容,並且要類比裡面的內容被點擊而不是<a></a>被點擊

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.