How to get that darn parent page to refresh itself when you close Fancybox.
Fancybox: Reload Parent Page When Closed
7 Comments »
How to get that darn parent page to refresh itself when you close Fancybox.
You’ve probably seen Fancybox all over the place. In a way, it’s the living-successor of ThickBox and Lightbox.
I was recently on a project where I had to both size and place it. Sizing it it easy. Say you have a link tag with an id of opener, like this:
<a id=”opener” href=”http://www.google.com”>Google</a>
To create and size the [...]