You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
When I open a iframe URL thru litebox programmatically ( with the basic code below), hash does not change.
I'd like the hast to be part of the URL, just like the normal hrefs with data attributes automatically do.
The reason I like this is because when you load a page with that URL ( with the hash ),as soon as the browser loads the main URL, your code kicks in and fires up the litebox of that iframed URL
But when I open my lightbox thru this code, this functionality is missing in action.