I need to run a jquery function if a certain dropdown option is selected.
option 1
A simple way can be as following:
<select name="select" id="select" onChange="window.location = this.value"> <option value="/en">English</option> <option value="/ps">Pashto</option> </select>