Say I have something like this:
<div>
<? require_once('include.php'); ?>
</div>
Is there any way to have a loading animation until an included php script loads?
Thanks
Say I have something like this:
<div>
<? require_once('include.php'); ?>
</div>
Is there any way to have a loading animation until an included php script loads?
Thanks
Please see this link, it has what you need: Animated loading + Jquery with detailed instructions and explanations.
How can I create a "Please Wait, Loading..." animation using jQuery?