Skip to content

Instantly share code, notes, and snippets.

@rmorse
Created March 3, 2017 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmorse/f52af1e0c3c2662edfac20dfcb8c590d to your computer and use it in GitHub Desktop.
Save rmorse/f52af1e0c3c2662edfac20dfcb8c590d to your computer and use it in GitHub Desktop.
Search & Filter Pro - Marketify Ajax
(function ( $ ) {
"use strict";
$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
var grid;
$(el).find($('.edd_download.content-grid-download')).attr('style', '');
grid = document.querySelector(el);
salvattore['register_grid'](grid);
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment