Jquery Simplemodal: Two Different Modal Contents In The Same Page
I'm using Eric Martin's SimpleModal, and I need to have two links in index.html pointing to two different modal windows. I've tried the code below, and it works but the contents of
Solution 1:
you are not hiding basic-modal-content2 to begin with
add #basic-modal-content2 {display:none;} at the top to start with.
Post a Comment for "Jquery Simplemodal: Two Different Modal Contents In The Same Page"