Преглед на файлове

Click sur l'input tags d'un formulaire de modification d'élement chargé en ajax: formDefault remis.

bastien преди 14 години
родител
ревизия
2acff51c34
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      web/bundles/muzichcore/js/muzich.js

+ 2 - 0
web/bundles/muzichcore/js/muzich.js Целия файл

572
       
572
       
573
       // On prépare le tagBox
573
       // On prépare le tagBox
574
       li.html(response.html);
574
       li.html(response.html);
575
+      // Pour le click sur l'input de saisie de tag
576
+      li.find('ul.tagbox li.input input[type="text"]').formDefaults();
575
      
577
      
576
       var options = new Array();
578
       var options = new Array();
577
       options.form_name  = response.form_name;
579
       options.form_name  = response.form_name;