¿pero y como lo devuelvo? ( hace años no programo )
Es decir llegué al php.. borre el registro...
Código PHP:
$database = new DataBase();
$manage_contact = new ManageContact($database);
$manage_contact->eraseLogic( array(
"id" => $_GET["id"],
"memberCompanyId" => $_REQUEST["memberCompanyId"]
)
);
$database->disconnect();
exit;
Simplemente imprimo algo?... eso hará que logre llegar a $( "#" + contact.selectedRow ).remove(); y se remueva mi fila?
Gracias mayid