How to get the value of option select box in jQuery if I have the code like this,
media1
I did so,
Cop Rio de Janeiro Cop Nordeste Cop Vitoria Cluster Norte Cluster Centro Oeste
within the script:
$(function(){ $('#coprede').change(function(){ alert($('#coprede :selected').val()); }); });