添加项目文件。
This commit is contained in:
5
Epost.TestToolsWeb/Content/js/newprogress.js
Normal file
5
Epost.TestToolsWeb/Content/js/newprogress.js
Normal file
@ -0,0 +1,5 @@
|
||||
$(document).ready(function () {
|
||||
var widthTemp = 18 + '%';
|
||||
$('#progressBar').css('width', widthTemp);
|
||||
$('#progressBar').text(widthTemp);
|
||||
});
|
Reference in New Issue
Block a user