Skip to content

Instantly share code, notes, and snippets.

@pdewouters
Last active December 25, 2015 08:39
Show Gist options
  • Select an option

  • Save pdewouters/6948006 to your computer and use it in GitHub Desktop.

Select an option

Save pdewouters/6948006 to your computer and use it in GitHub Desktop.
reload ajax content in prettyphoto
(function ($) {
"use strict";
$(function () {
$("a[rel^='contactPopup']").prettyPhoto({social_tools: false});
jQuery(document).bind('gform_post_render', function(){
$.prettyPhoto.open('#data');
});
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment