This cant be done with jquery validation, you would need to use server validation.
When the page loads, you already know the default price, so just show the default price.
the on change wont take effect on page load, it will only trigger when the selection is changed. on page load show the default price, then when a selection is made, let the onChange event look up the price to change what is displayed based on the selection.