I\'m attempting to do some calculations for a \"running total\", this is my code:
$(\'.quantity_input\').live(\'change\',function(){
You don't need to use find. closest takes a context argument. that helps you narrow down the field of search. You should use that.