(function($){ $(".phoneButton a").attr("href", function(index, currentvalue) { var url_format = currentvalue.replace(/(^\w+:|^)\/\//, ""); return "tel:" + url_format; }); })(jQuery);