1 2 3 4 5 6 7 8
$(function() { $(".button,.download").addGlow({ radius: 20, textColor: '#00f', haloColor: '#00f', duration: 500 }); });