Created
August 13, 2015 12:33
-
-
Save gettocat/2710ac55006a8a6b0147 to your computer and use it in GitHub Desktop.
extended-options-items.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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