$(document).ready(function () { var widthTemp = 18 + '%'; $('#progressBar').css('width', widthTemp); $('#progressBar').text(widthTemp); });