_el.parents().each(function(i, el){
                if(!w) w = $(el).width();
                if(w) return false;
            });