I have a function that on change event run the post actions.
$(\"select#marca\").change(function(){ var marca = $(\"select#marca option:selected\").attr(
The other way to do
$("select#marca").val('your_value').trigger('change');