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.
<span id="userName.errors" class="errors">Enter Your User Name </span>jqueryを使用してテキスト「EnterYourUserName」またはクラス「errors」に属する要素を削除したい要素があります
<span id="userName.errors" class="errors">Enter Your User Name </span>
text次の方法を使用します。
text
$(".errors").text("New text here");
これは、クラス「エラー」を持つすべての要素を対象としています。