This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Here are the two scripts I've been testing. I have a feeling it's something simple I'm missing, but who knows? | |
| // I've tried them in 'custom.js', 'index.php' and 'modal.html' with no luck. | |
| $(document).ready(function () { | |
| $('#modalClose').on('click',function () { | |
| $('#myModal').modal('hide'); | |
| }); | |
| }); | |
| setTimeout(function() { |