【jQuery】イベント発火方法 - Qiita

<button>挨拶</button>$('button').click(function(){ alert('hello');})があったとして、jQuery上からクリックイベントを実行(発…