Wrap Tel Number in tel: href
// Wrap Tel Number in tel: href (function($){ $('.classorid').each(function(){ $(this).wrapInner('<a href="tel:' + $(this).html() + '" />'); }); })(jQuery);