$(document).on('click', '.delete-listing', function () {
        var id = $(this).data('id'),
            title_popup = $('#listingDeleteModalLabel'),
            listing_name = $(this).data('title');