I've tried everything for days
put different classes ids all of the modal
tried onclick and onsubmit
data-dismiss="modal"
$('#addExerciseModal').modal('hide')
$('.modal').modal('hide')
I think this is a problem with jQuery, that's all I can gather from stack overflow.
I can't get my modal to close after a user hits the submit button. The exercise is added but modal stays open.
I've tried everything for days put different classes ids all of the modal tried onclick and onsubmit data-dismiss="modal" $('#addExerciseModal').modal('hide') $('.modal').modal('hide')
I think this is a problem with jQuery, that's all I can gather from stack overflow.