(function($){$.fn.jfullwidth=function(){_container_width=this.width();_items=this.find('> li');_items_total_width=null;_items_total_outerwidth=null;_items.each(function(i,el){_items_total_width+=$(this).width();_items_total_outerwidth+=$(this).outerWidth(true);});_space=(_container_width-_items_total_outerwidth)/_items.size();_items.each(function(i,el){$(this).width(Math.floor($(this).width())+Math.floor(_space));});return this;}})(jQuery);
