I have a table and inside this table every row is generated using ajax. In every row there is a select tag with an id(selectTax). I want to make a js function that occur when this select selected. For this i am using
$("#selectTax").change(function(){
console.log("vikash");
});
But when i am clicking on this nothing happening. Help me soon please.