jQuery.fn.rating = function(options) { return this.each(function(indx, element) { rating(element,options); }); };