I'm developing a web application on App Engine Python.
I have a form with a select element that will list all registered users on the system.
If the first option of the select, 'load user...', is selected, a modal windows for registering users should display and after the windows is closed, the combobox should be updated showing the updated list with the newest user selected by default. I just want the combo box to be updated and not the whole page since there already could be many 'not empty' fields on the form.
How could I do that in jQuery?