That’s right. Thank you again for your quick response and for taking a look.
Thank you for taking a look. I’ve added this code:
<script>
jQuery(document).ajaxComplete(function() {
FOOBOX.init();
});
</script>
and FooBox is working again. Does that seem like a reasonable solution?