﻿$(document).ready(function(){

    $('#phoneNumber').append("1.800.800.1245 <!--inserted with jQuery-->");

});