Trying to figure out how to clear my label's text...clear it out. So far no luck:
$("label[id*=\"singleModelText\"]").text().empty();
$("label[id*=\"singleModelText\"]"). text(). empty();
Try
$('label[id*="singleModelText"]').text('');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With