jQuery Progress Bar Not Showing Progress -


i found jquery progress bar function , want use show progress bar while web page loading.actually included code , images.the progress bar showing percentage not showing progressprogress image

please me.i have added image.

create div of, 150px in width , 15px in height. within div create height of 15px width of 0.

<div style="height:15px; width:150px; background-color:white; ">     <div style="height:15px;width:0; background-color:blue; "></div> </div> 

then, create timer updates every 200ms or , have width of inner div update according progress made. width becomes (% complete) * 150px.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -