0.1.9 • Published 6 years ago

jquery-ui.autocomplete.scroll v0.1.9

Weekly downloads
173
License
MIT
Repository
github
Last release
6 years ago

Scrollable jQuery UI Autocomplete

Scrollable jQuery UI Autocomplete Plugin for long items list.
CSS max-height, overflow-y and padding-right can make scrollable list easy. But that is not beautiful. This plugin calculate with items and height of it.
See DEMO

Usage

  • Load the jquery.ui.autocomplete.scroll.min.js script file after loading jquery.ui.autocomplete.js etc.
  • The maxShowItems is added to Autocomplete options. It accept the number of items which is max height of items list.

Example

$('#txt1').autocomplete({
  maxShowItems: 5, // Make list height fit to 5 items when items are over 5.
  source: list1
});
0.1.9

6 years ago

0.1.8

8 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago