Skip to content

Instantly share code, notes, and snippets.

@mvnp
Last active January 18, 2018 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvnp/e97e94a0d350e5da869c750f989dd561 to your computer and use it in GitHub Desktop.
Save mvnp/e97e94a0d350e5da869c750f989dd561 to your computer and use it in GitHub Desktop.
$(document).on("change", "#VERACEL_CAD_EMP_ID", function(){
$('#VERACEL_CAD_PESQUISADOR_ID option').each(function(index, val) {
console.log($(this).val());
});
});
$("#VERACEL_CAD_EMP_ID").trigger("change");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment