Skip to content

Instantly share code, notes, and snippets.

@gettocat
Created August 13, 2015 12:33
Show Gist options
  • Save gettocat/2710ac55006a8a6b0147 to your computer and use it in GitHub Desktop.
Save gettocat/2710ac55006a8a6b0147 to your computer and use it in GitHub Desktop.
extended-options-items.js
var itm1 = new items("#tags", {
scope: "Выбранные теги: ",//текст футера списка.
item_selector: '.item',//селектор элемента списка
active_item_class: 'item-selected', //Класс, добавляемый к выбранному элементу
header_selector: ".item-header",//селектор шапки списка
footer_selector: ".item-footer",//селектор футера списка
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment