Hello so here is what I am doing :
$("#categorys").change(function () {
//$(document).on('click', '#categorys', function(){
alert('changed or clicked');
});
when I use the .change nothing happens, no errors on the js debugger, when I use the on click event for the same dropdown it returns the alert. I would to be able to alert(this.val) once the dropdown value changes please help