Is there a way to refresh or set as default only part of the HTML (instead of reloading the whole) page with jquery? For example, I want to reset the next select on some click actions. Please help. Thank you very much in advance.
....
<select id="refresh">
<option value="1" selected>1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</selected>
......
source
share