content.find("[data-filteringselect]").each(function () {
        $(this).filteringSelect($(this).data("options"));
        if ($(this).parents("#modal").length) {
          $(this).parent().siblings(".modal-actions").remove();
        } else {