I want to store input data from a select without refreshing page. I have this code:
<p class="inf" >
Select:
<select id="chose" >
<option value="0">choose citty</option>
<option value="cluj">Cluj</option>
<option value="bucuresti">Bucuresti</option>
</select>
</p>
I want, if it's possible to use javascript. Thank you.