you're the man igor. It works : ; Appery("desired_salary_select").val("Between 50000 and 75000").trigger("change"); Note i also tried - $('div[dsid="desired_salary_select"]').val("Between 50000 and 75000").trigger("change"); but that didnt ...
I want to set or update the the default selection of a LIST component via javascript. How can i achieve this w/ appery? tried this $('select option:contains("it\'s me")').prop('selected',true); but i think something is wrong w/ my syntax in appery? http://stackoverflow.com/questions/47...