Searched refs:Typeahead (Results 1 – 8 of 8) sorted by relevance
/template/templar/js/ |
H A D | bootstrap-typeahead.js | 29 var Typeahead = function (element, options) { class 42 Typeahead.prototype = { 44 constructor: Typeahead 301 if (!data) $this.data('typeahead', (data = new Typeahead(this, options))) 314 $.fn.typeahead.Constructor = Typeahead
|
/template/mikio/assets/ |
H A D | mikio-typeahead.js | 3 * https://github.com/bassjobsen/Bootstrap-3-Typeahead 30 var Typeahead = function (element, options) { 32 this.options = jQuery.extend({}, Typeahead.defaults, options); 46 this.theme = this.options.theme && this.options.themes && this.options.themes[this.options.theme] || Typeahead.defaults.themes[Typeahead.defaults.theme]; 66 Typeahead.prototype = { 68 constructor: Typeahead, 686 $this.data('typeahead', (data = new Typeahead(this, options))); 698 Typeahead.defaults = { 734 jQuery.fn.typeahead.Constructor = Typeahead; 49 var Typeahead = function (element, options) { global() class in AnonymousFunction6fbc89ba0200 85 Typeahead.prototype = { global() class [all...] |
/template/bootstrap3/ |
H A D | README.md | 12 * Typeahead support
|
H A D | RELEASE.md | 11 * #573: Typeahead blocks global search if match is found 193 * Upgraded Bootstrap3 Typeahead 243 * Added Typeahead support for quick search using `qsearch` DokuWiki AJAX service and fixed action items functions
|
/template/parallax/lib/bootstrap/js/ |
H A D | bootstrap.js | 1667 var Typeahead = function (element, options) { class 1680 Typeahead.prototype = { 1682 constructor: Typeahead, select: function () { 1885 if (!data) $this.data('typeahead', (data = new Typeahead(this, options))) 1894 $.fn.typeahead.Constructor = Typeahead
|
/template/mikio/ |
H A D | README.md | 21 - Typeahead search support 36 - The new Typeahead search feature is enabled by default. This can be turned off in the config. 87 - `searchUseTypeahead` : use [Typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead) page suggestions in search bar 510 [bootstrap-3-typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead).
|
/template/templar/less/ |
H A D | dropdowns.less | 231 // Typeahead
|
/template/bootstrap3/css/ |
H A D | template.less | 161 /* Typeahead plugin */
|