Im trying to get the selected value of a 2 radio options (1 & 2)
and pass it into a auto complete extraParams: value
so far i have this
extraParams: { search_option: $('input[name=search_option]:checked').val() },
problem is if the radio is changes the value is not updated.
Any ideas as how i can do this
Thanks