Hi. You are most probably using a link or a button to close the modal. If it is a link, check that the url in the href attribute is something like "#". If you are using a button, chech that it is a type="button" because it may submit the form it's in, the type="button" would not do that.
You could also try to intercept this "loading" event, but this is very case specific, and we would need more info on your markup. Regards. On Sunday, December 16, 2012 11:50:44 PM UTC+1, erich oliphant wrote: > > Hi, I'm using Bootstrap for an app, and I've noticed that regardless of > 'declarative' setup or if it's done via JS code, when you close a modal > window, the parent window that launched it is reloaded. I don't see > anything in the docs about overriding or disabling this behavior. > > thanks in advance. >
