4
Answers

How to run jquery function on bootstrap modal popup button click

Photo of Schleid Alex

Schleid Alex

4y
4.7k
1
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)