I use Bootstrap and jQuery. I have three buttons, each with an icon in it. When I bind an click-event to a button, it works when I cli
Bootstrap
jQuery
click
Use the following syntax for .on()
$(document).on('click','btn_change_status', function(e) { //write your code here });