More Timed Shim
In a similar manner to other page where I have been trying to get this to work, changing too much usually ends up breaking the page.
On this page I copied the two modals from the first page.
1st Shim as a hyperlink - this does not work - Modal2
2nd Shim as a hyperlink - This works - modal
Notes - on usage
The code
The code for the timed pop-up has a modal definition and a controlling function:
- The modal here has an id="exampleModal"
- The "anonymous" function references "exampleModal"
- The button has an id="modal" - I want to involk the modal from a hyperlink.
My theory is that a "named" function could be used.