these are two events popup passes cb into the popupHide event
$("body").on("tap", ".removeNumber", function () {
var _this = $(this);
api.popup("title", "center", function () {
console.log(_this);
//deleteCard(_this)
})
});