0
我有一個選擇菜單,爲此,我有以下代碼:避免調用從.change window.open當啪阻塞()
$('#sister-site-menu').change(function(){
if ($(this).val()) {
window.open($(this).val(), '_blank');
}
});
然而,這引起了彈出窗口攔截器在Chrome中被調用。我確定我以前見過網站這樣做,有什麼想法?
謝謝!
請參閱http://stackoverflow.com/a/2587692/1273830 – Prasanth