I have a jquery.number textbox with value 0
When I run $(\'#txt\').val(1); it becomes 1 (so far so good)
When I run $(\'#txt\').val(\'\'); it becomes 0! Not go