calling same function on different buttons not loaded yet
- by Jordan Faust
I can not get this to work for every button and I cannot find anything explaining why. I guessing it is something small that I am missing
$(document).ready(function() {
// delete the selected row from the database
$(document).on('click', '#business-area-delete-button', { model: "BusinessArea" }, deleteRow);
$(document).on('click',…