ソースを参照

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

bastien 13 年 前
コミット
2acff51c34
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      web/bundles/muzichcore/js/muzich.js

+ 2 - 0
web/bundles/muzichcore/js/muzich.js ファイルの表示

@@ -572,6 +572,8 @@ $(document).ready(function(){
572 572
       
573 573
       // On prépare le tagBox
574 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 578
       var options = new Array();
577 579
       options.form_name  = response.form_name;