Great! Here's how I would do that other function I mentioned as being a potential problem (prior to version 1.7):
$( "#tax_"+ival ).unbind('keyup.tax').bind('keyup.tax', function() {...
Type: Posts; User: jscheuer1; Keyword(s):
Great! Here's how I would do that other function I mentioned as being a potential problem (prior to version 1.7):
$( "#tax_"+ival ).unbind('keyup.tax').bind('keyup.tax', function() {...
This:
$.post('/other/api/get-discount/', {product_id: product_id, price_list_id: PriceListId, price: qty}, function(response){
if(response){
...