-
-
Save mvnp/e97e94a0d350e5da869c750f989dd561 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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