Lines Matching refs:items
1709 var items
1717 …items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.so…
1719 return items ? this.process(items) : this
1720 }, process: function (items) { argument
1723 items = $.grep(items, function (item) {
1727 items = this.sorter(items)
1729 if (!items.length) {
1733 return this.render(items.slice(0, this.options.items)).show()
1736 }, sorter: function (items) { argument
1742 while (item = items.shift()) {
1754 }, render: function (items) {
1757 items = $(items).map(function (i, item) {
1763 items.first().addClass('active')
1764 this.$menu.html(items)
1891 …source: [], items: 8, menu: '<ul class="typeahead dropdown-menu"></ul>', item: '<li><a href="#"></… property in $.fn.typeahead.defaults