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?
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?
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