Jquery, send default value with ajax – Jquery ajax
I have a select box. The selected option is sent with ajax to a server side script. This works well. the select box <select id="main_select"> <option selected="selected">50</option> <option value="40">40</option> <option value="30">30</option> <!-- other options --> </select> How can I extend…