0

How can I implement the page loader in html file ??

Suppose ,I have written the code for the loader and I want to implement it before the main page loads .Where should I put this code to do so ??

16th Oct 2017, 6:30 AM
Sumit
3 Answers
16th Oct 2017, 11:19 AM
CalviŐČ
CalviŐČ - avatar
- 1
window.onload = function(){ //here }
17th Oct 2017, 4:35 AM
æž—ć‰é›„
æž—ć‰é›„ - avatar