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.
現在の URL をテキスト ボックスにコピーし、その前にプロンプトを作成したい
フォームのテキスト ボックスにクラスが割り当てられています
これを機能させるために、次のようなものを使用する方法はありますか?
$('.txtbox').val(window.location.pathname);
ありがとう
これはうまくいくはずです:
$('.txtbox').val(window.location.href);
別の行にない段落内のタグ