Refresh page on close
  • I want to refresh my page when i close an iframe. How can i do this?

    Im using prettyPhoto 2.5.6.

    Thanks in advance,
    Guido
  • maybe set a js function that calls a window reload, and tie it to the call back function of prettyphoto.
    $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({
    callback: function(){}, /* Called when prettyPhoto is closed */
    });

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!