Schleid Alex

Schleid Alex

  • NA
  • 361
  • 43.8k

How to run jquery function on bootstrap modal popup button click

Sep 30 2020 12:24 PM
I have a modal popup that has a save button on it when clicked this should trigger a jQuery function here is my button code
 
<button id="btnSave" type="button" class="btn btn-secondary" onclick="SaveChanges">Save Changes</button>
 
Why the function is not fired when the button is clicked
 
thank you!

Answers (4)