$(window).load(function () { $('ul.level1').each(function () { $('ul.level2', this).css('width', $(this).width() - 100); }); });