Searched refs:Typeahead (Results 1 – 8 of 8) sorted by relevance
| /template/templar/js/ |
| D | bootstrap-typeahead.js | 29 var Typeahead = function (element, options) { class 42 Typeahead.prototype = { class 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 | 30 var Typeahead = function (element, options) { class 32 this.options = jQuery.extend({}, Typeahead.defaults, options); 46 …tions.themes && this.options.themes[this.options.theme] || Typeahead.defaults.themes[Typeahead.def… 66 Typeahead.prototype = { 68 constructor: Typeahead, 686 $this.data('typeahead', (data = new Typeahead(this, options))); 698 Typeahead.defaults = { 734 jQuery.fn.typeahead.Constructor = Typeahead;
|
| /template/bootstrap3/ |
| D | README.md | 12 * Typeahead support
|
| D | RELEASE.md | 28 * #573: Typeahead blocks global search if match is found 210 * Upgraded Bootstrap3 Typeahead 260 …* Added Typeahead support for quick search using `qsearch` DokuWiki AJAX service and fixed action …
|
| /template/parallax/lib/bootstrap/js/ |
| D | bootstrap.js | 1667 var Typeahead = function (element, options) { class 1680 Typeahead.prototype = { class 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 | 18 - **Typeahead search** with optional suggestions
|
| /template/templar/less/ |
| D | dropdowns.less | 231 // Typeahead
|
| /template/bootstrap3/css/ |
| D | template.less | 161 /* Typeahead plugin */
|