jQuery.fn.blink = function(){ var that = this; setInterval(function(){ that.css("opacity",function(i,v){return 1>>v}) },1500) return this; }
Sounds legit to me!
It looks really cool, I kinda hope I do find a good use for it.
Anyway, good job for what it is, and kudos for releasing source!