$(function(){ $(".jom_tel").each(function(){ let Tel = $.trim($(this).text()); $(this).html(""+Tel+""); }) });