preload with percentage - javascript/jquery
问题 I did a Google search and I cannot find a way to do a loading with percentage. Anyone know how I can find an example of that? I need a preload for a website from 0-100 without bar, before show the content, but I cannot find any example. 回答1: If you mean you want to show the content only when it is fully loaded, you may try following two options: 1) wrap all content inside a <div id="wrapper" style="display:none;"></div> tag and on load complete event show it like this: $(function(){ $("