SyntaxFix
Write A Post
Hire A Developer
Questions
This Works For me !!!
Call a Function without Parameter
$("#CourseSelect").change(function(e1) { loadTeachers(); });
Call a Function with Parameter
$("#CourseSelect").change(function(e1) { loadTeachers($(e1.target).val()); });