Since the select list is re-created, the onchange event has to be re-binded as well. If you attached both pages then I could give code examples of how to do it.
The easier method might be to use the onchange property in the html instead of the .change() jquery method to bind the event so that you wouldn't have to re-bind it after every load, but both are actually pretty easy to accomplish but difficult to explain out of context.