Hi there,
I have setup a modal to have the hash #modal123
.
I have setup a column to be <a>
and have a link of #modal123
.
When clicking the column the modal opens fine, and it will close when I click off it.
However, when clicking the same column again it doesn’t activate the modal - it just does nothing.
I assume this is because the #modal123
is still in the URL and therefore it doesn’t know what to do.
Is there a way around this so that I can re-use the modal link more than once?
Thanks, Tom.