I have a simple HTML label input. By using the ajax request, I get back the HTML string which I want to put as that label's text. To do so, I try the following code:
$('#my-label').text($("<label class='someClass'>4.00 ABC</label> (13.26 DEF)"));
but nothing happens. How to cope with that ?
label.someClassdo you want in#my-label? Do you want to wrap the labels?