Searched defs:typeahead (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dbootstrap.js1546 * bootstrap-typeahead.js v2.0.4
1547 * http://twitter.github.com/bootstrap/javascript.html#typeahead
1575 this.options = $.extend({}, $.fn.typeahead.defaults, options)
1797 $.fn.typeahead = function (option) {
1800 , data = $this.data('typeahead')
1802 if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
1807 $.fn.typeahead.defaults = {
1810 , menu: '<ul class="typeahead dropdown-menu"></ul>'
1814 $.fn.typeahead.Constructor = Typeahead
1821 $('body').on('focus.typeahead
[all...]

Completed in 126 milliseconds