1

I have a requirement where in I need to display a dropdown check box as follows.

The data has to be pulled from datbase on type ahead.

Is there any jquery plugin to accomplish this?

enter image description here

enter image description here

Keren Caelen
  • 1,466
  • 3
  • 17
  • 38
user755806
  • 6,565
  • 27
  • 106
  • 153
  • Have you took a look at [Twitter typeahead](https://github.com/twitter/typeahead.js/) ? – Alvaro Jul 08 '13 at 11:38
  • What if you bind your control, and provide filter (Typeahead) from already available options? I think multiselect plugin provides this functionality. – Nilesh Thakkar Jul 08 '13 at 12:06

1 Answers1

0

You could use select2 select-replacement. http://ivaynberg.github.io/select2/

you can give an ajax property as an data aquire function which can load data from an remote resource. http://ivaynberg.github.io/select2/#ajax

straeger
  • 402
  • 3
  • 12