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