my_journey....
$('*:contains("00%")').each(function(){ if($(this).children().length < 1) { // alert('hi'); $(this).html($(this).text().replace("00%",'0%')) } });
No comments:
Post a Comment