I have a div (let\'s say the id is \"container\") with many elements in it, including a select element. I\'d like to select all everything in the div except the select. Thin
$(#container select).siblings()
http://docs.jquery.com/Traversing/siblings