skip to Main Content

Get selected option from select list – Jquery

I have the following select list and jQuery code to dynamically get the selected option: <select id="form_instructions_instruction_select" name="form[instructions][instruction_select]"> <option value="-- select --"></option> <option value="new">new</option> <option value="35">first intruction test</option> <option value="47">testing</option> <option value="45">testing ... testing</option> <option value="48">test</option> <option value="49">testing new instruction</option>…

VIEW QUESTION
Back To Top
Search