Jump to content


Photo
- - - - -

Создание меток(тэгов)!


  • This topic is locked This topic is locked
10 replies to this topic

#11 Vital

Vital
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 1.6
  • posts: 217
  • topics: 43

Posted 25 December 2012 - 10:58

Решил проблему с тегами!!!
media\zoo\applications\jbuniversal\assets\zoo\js
файл autosuggest.js :
                switch (c.which) {
                    case 8:
                        "" == a.val() && (c.preventDefault(), li = b("li.as-selection-item:last"), li.is(".selected") ? d.removeItem(li) : d.selectItem(li));
                        break;
                    case 9:
                    case 188:
                        c.preventDefault(), d.addItem(a.val())
                }
Удаляем  case 188: и все работает!!!

  • 0




Click to return to top of page in style!