Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1642 | Rev 1645 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1642 Rev 1644
Línea 421... Línea 421...
421
            method: 'GET',
421
            method: 'GET',
422
            data: {
422
            data: {
423
                'email': $('#form-add #email').val(),
423
                'email': $('#form-add #email').val(),
424
            }
424
            }
425
        });
425
        });
-
 
426
    }).done(function (response) {
-
 
427
        if (response['success']) {
-
 
428
            $('#form-add')[0].reset();
-
 
429
            $('#form-add').attr('action', url);
-
 
430
            $('#form-add #first_name').val(response['data']['first_name']);
-
 
431
            $('#form-add #last_name').val(response['data']['last_name']);
-
 
432
        };
426
    })
433
    });
427
});
434
});
428
JS;
435
JS;
429
$this->inlineScript()->captureEnd();
436
$this->inlineScript()->captureEnd();
430
?>
437
?>