/ Published in: jQuery
Add class .green to class .payment-container and make it flash every 3 seconds
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
flash = setInterval(function(){$('.payment-container').toggleClass('green');}, 300);