I’m trying to change the HTML of the following using jQuery
'<label for="aTitle" generated="true" class="error aTitle" style=""></label>';
But if I use the jQuery code below nothing changes. I cant remove the space there. Any other method that’ll make this work?
$(".error aTitle").html("Hello <b>world!</b>");
Remove the space and add
.for class selectoraTitle