I created a web app with 4.5 fw in VS2013, choosing windows authority. Then I use nuget to update all packages, which changes bootstrap to 3+ and jquery to 2.1.1. Then I paste the generic bootstrap modal into the about page (no script version- code from getbootstrap site).
When I test, the screen does a dull flash (in Firefox and Chrome, I'm stuck in IE8 so I can't use the new bootstrap version there). I have searched around and tried removing the fade on the main modal div. Now I see the modal for a split second before it disappears. I have verified I only have the main bootstrap and jquery js files as some posts said multiple bindings can cause this behavior.
Any ideas? I'd rather not revert to the older libraries. Thanks for any help you can offer.