$(".modal-backdrop").click(function() {
      $("#dq-sort-modal").remove();
      $(".modal-backdrop").remove();
      callback();
    })