I've been searching for already a long time but I can't find anything so I have a question.
I have a form select option field and that form has 5 select fields. When you select something in the first field the second field will fill itself with option with what you've selected. I think that the update is getting done by Ajax. But I also want to use the form option field with buttons(div/a) that will select an option in the select fields but when you use
$('#finder-2--5').val("413058").attr('selected', 'selected').parent().focus();
the field is not clicked so the next field won't reload.
So is there a possible option to fake a real mouseclick in javascript/jQuery.
Thanks in advance.