Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードがありますが、フォームが読み込まれる前にクリック呼び出し関数が読み込まれるため、ドロップダウン リンク オプションが正しく選択されていても、結果が動的に更新されません。
$(window).load(関数() {
$("a.optionLink:contains('"+ (document.referrer.split('/').pop()) +"')").click(); });