|
|
@@ -587,6 +587,7 @@ $(document).ready(function(){
|
|
587
|
587
|
|
|
588
|
588
|
// On rend ce formulaire ajaxFormable
|
|
589
|
589
|
$('form[name="'+response.form_name+'"] input[type="submit"]').live('click', function(){
|
|
|
590
|
+ li = $(this).parent('form').parent('li');
|
|
590
|
591
|
li.prepend(div_loader);
|
|
591
|
592
|
li.find('img.element_loader').show();
|
|
592
|
593
|
});
|
|
|
@@ -597,6 +598,8 @@ $(document).ready(function(){
|
|
597
|
598
|
$(location).attr('href', url_index);
|
|
598
|
599
|
}
|
|
599
|
600
|
|
|
|
601
|
+ li = $('li#'+response.dom_id);
|
|
|
602
|
+
|
|
600
|
603
|
if (response.status == 'success')
|
|
601
|
604
|
{
|
|
602
|
605
|
li.html(response.html);
|