Twitter bootstrap – Allow people to click on links under bootstrap modal when modal backdrop is not present
I have a very basic page made with Bootstrap. Using javascript I made an auto-loading modal that appears when the page loads and disappears after 3 seconds. I removed the grey backdrop that usually comes along Bootstrap modals. What I'd…