all except next sibling......

all except next sibling......


how do I say all except following element?
  1. $(this).siblings( $('ul') ).slideUp();

don't see syntax to use . not() and :not() in conjunction with sibling() ,   parent() , etc.

thank you.....