Mike Alsup wrote:
You need to add the '#' for id selection.

$("div :not('#myID')");

Mike

Mike, I'm not so sure about the white space before the colon, theoretically "div :not(#myId)" would select all children of div that do not have that particular id?


--Klaus

Reply via email to