Home
last modified time | relevance | path

Searched refs:Typeahead (Results 1 – 8 of 8) sorted by relevance

/template/templar/js/
Dbootstrap-typeahead.js29 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 Dmikio-typeahead.js30 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/
DREADME.md12 * Typeahead support
DRELEASE.md28 * #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/
Dbootstrap.js1667 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 DREADME.md18 - **Typeahead search** with optional suggestions
/template/templar/less/
Ddropdowns.less231 // Typeahead
/template/bootstrap3/css/
Dtemplate.less161 /* Typeahead plugin */