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!