jQuery.fn.blink = function(){ var that = this; setInterval(function(){ that.css("opacity",function(i,v){return 1>>v}) },1500) return this; }