Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 17008 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17008 Rev 17019
Línea 177... Línea 177...
177
                    
177
                    
Línea 178... Línea 178...
178
                },
178
                },
179
            
179
            
180
            },
180
            },
-
 
181
            submitHandler: function(form)
181
            submitHandler: function(form)
182
            { 
182
            {
183
                NProgress.start();
183
                $.ajax({
184
                $.ajax({
184
                    'dataType'  : 'json',
185
                    'dataType'  : 'json',
185
                    'accept'    : 'application/json',
186
                    'accept'    : 'application/json',
186
                    'method'    : 'post',
187
                    'method'    : 'post',
187
                    'url'       :  $('#form').attr('action'),
188
                    'url'       :  $('#form').attr('action'),
188
                    'data'      :  $('#form').serialize()
-
 
-
 
189
                    'data'      :  $('#form').serialize()
189
                }).done(function(response) {
190
                }).done(function(response) {
190
                    NProgress.start();
191
                   
Línea 191... Línea 192...
191
                    if(response['success']) {
192
                    if(response['success']) {