How can I get the id of the element that triggered the jQuery .change() function? The function itself works properly, but I need a specific action
id
.change()
Do you mean that for a select element with an id of "next" you need to perform some specific script?
$("#next").change(function(){ //enter code here });