I have a select
<select id="selecao" name="tipoLocal">
<option value="casa">Casa</option>
<option value="predio">Predio</option>
<option value="predio">Terreno</option>
</select>
It is possible in jquery to reload page passing as parameter as soon as you select a select item, without clicking any button, only when selecting an option already loads the url "www.example.com/{parametro}", where this url pass to a controller in java? How to do?