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
Try using
if($('div').not('#sale_wrap')) { t_balance; } else { var sale = t_balance*((100-window.discount_p)/100); t_balance = sale; }