Skip to content

jQuery Blink Tag

by Ryan on April 1st, 2011

Just cause.

<script type="text/javascript">
jQuery(document).ready(function() {
        setInterval ("blink()", 1000);
});

function blink(){
        jQuery(".blinkMe").toggle();
}
</script>
No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS