Jquery Selector

Jquery Selector

  1. <div>no id</div> <div id="hey">with id</div> <div id="there" data-thread-id="248088011" >has an id</div> <div data-thread-id="248088010"> ABC</div>
I need to hide all divs except the div there data-thread-id = "248088010"?

any help guys!