I have a select that has several options. No empty option.
Before calling the trigger none of the options are selected, after it runs the first option is preselected, and I want that the select to stay as it was, no option selected
$("#selProduct").trigger('change');
How to fix this? I still want to trigger the change, to run the events, but I do not want the first option selected.