$(document).ready(function () {
    $(".remove").click(function () {
        var idad = $(this).attr("id");
        custom_alert("Message","Are you sure you want to eliminate this ad?")
        $.ajax({