nettulf - 7:38 pm on Sep 15, 2012 (gmt 0) Yes, it is that simple. :) You just had the syntax a bit wrong: Try this after slideUp: $('#leftPanel dt').not(this).nextUntil('dt').slideUp();
Yes, it is that simple. :) You just had the syntax a bit wrong: Try this after slideUp: $('#leftPanel dt').not(this).nextUntil('dt').slideUp();
$('#leftPanel dt').not(this).nextUntil('dt').slideUp();