Show popup after page load
I created a jQuery popup by following an online tutorial. I want to show this popup after page load/after page load it appears + how to code it as like it appears after 5 second of page load. Due to my low knowledge on jQuery I am not able to make it work as of my requirements. Any idea how to do it? Javascript- <script type="text/javascript"> function PopUp(){ document.getElementById('ac-wrapper').style.display="none"; } </script> CSS- #ac-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.6); z-index: 1001; } #popup{ width: 555px; height: