I am executing the same function on multiple dropdown boxes with id: assignee, status , priority.
$("#assignee , #status , #priority").change(function() {
//text here
}
But I want to know which specific dropdown was clicked. Is there any method to do this?
Simply use the following: