IDもクラスも追加できない繰り返しのnobrタグがあります。
テキストの文字列を含む特定のnobrタグを見つけるにはどうすればよいですか?
<nobr>Due Date</nobr>
<nobr>Test</nobr>
<nobr>Hello</nobr>
$(document).ready(function() {
$('<nobr>Due Date').append('<span class="ms-formvalidation" title="This is a required field." > *</span>');
});
私が単に持っている場合:
$("nobr").append("*");
その後、すべてのnobrが影響を受けます。