I have a form with a text box that has its value changed from a function. How would I create a function based on the value changing from the script and not the user \"clicking\"
I'd just blur the input, so the change triggers on its own.
$('#ShippingCost').val('changed value').blur();