I want to cut the price off to all input value in all divs, except only one div sale_wrap. how do I make an exception with jquery?
div sale_wrap
Alternatively:
$('div[id != "sale_wrap"]')