Revision: 69787
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 7, 2015 21:58 by envane21
Initial Code
flash = setInterval(function(){$('.payment-container').toggleClass('green');}, 300);
Initial URL
Initial Description
Add class .green to class .payment-container and make it flash every 3 seconds
Initial Title
Make an element flash
Initial Tags
class, flash
Initial Language
jQuery