浏览代码

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;