Skip to content
jQuery(document).ready(function($) { var stopBlinking = false; setTimeout(function() { stopBlinking = true; }, 8000); function blink(selector) { $(selector).fadeOut('slow', function() { $(this).fadeIn('slow', function() { if (!stopBlinking) { blink(this); } else { $(this).show(); } }); }); } blink("#myBlinkingDiv"); })
Early Access Available: Just $6 / month!
Toggle Navigation
Home
Try Now
Features
Docs
Videos
Screenshots
Blog
Contact
Network
Home
Network
Page load link
Go to Top