I am using jQuery masked input plugin. However when I set the mask, any existing value in the input field is being destroyed. Doing the following:
$(".priceSKUID").mask("**-***-******", { placeholder: " " });
There must be a way to deal with existing values which are programmatically placed into the input field.