August 8, 201313 yr I have this javascript animation on the homepage, but I want the user to only see it once and then not to see it again for another hour. Is this possible? <script type="text/javascript"> if (screen.width > 640) { var s = document.createElement("script"); s.type = "text/javascript"; s.src = "<?php echo get_template_directory_uri(); ?>/js/identica.ani.js"; $("head").append(s); } </script>
Create an account or sign in to comment