I am using bootstrap and Parse framework to build a small webapp. But those Bootstrap modals keep adding padding-right to body after closed. How to solve this?
I tri
Just remove the data-target from the button and load the modal using jQuery.
data-target
open modal
jQuery:
$("#myBtn").modal('show');