var totalWidth = $(this).parent().nextAll().toArray().reduce( function(a,b) { return a + $(b).outerWidth(true) // !!!!!! }, 0);