(functions($){ $.fn.colorTip=function(settings){ var defaultSettings={ color:'yellow', timeout:500 } var supportedColor=['red','green','blue','white','yellow','black']; settings=$.extend(defaultSettings); return this.each(function(){ var elem=$(this)…