Skip to content

Instantly share code, notes, and snippets.

@WenLiangTseng
Created September 3, 2013 03:56
Show Gist options
  • Save WenLiangTseng/6419570 to your computer and use it in GitHub Desktop.
Save WenLiangTseng/6419570 to your computer and use it in GitHub Desktop.
解決 jQuery 的 .trigger('click') 或 .click() 無效,無法觸發的方法
//參考 http://stackoverflow.com/questions/5867370/trigger-click-jquery-not-working
$('a#swaswararedirectlink')[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment