I have a code here:
<a href="#"><i class="flaticon-basket9"></i> addtobasket</a>
I want remove the "addtobasket" text .
Trying using jquery code:
$(function(){
$('a').text(' ');
})
but that code removed <i>
tag also.just want to remove the text.
the "addtobasket" text may change and that not constant