0
How i can create multiselect in javascript with also show how many item you have selected. Is their anyone who can help me in this??
2 Respostas
+ 4
can you be more specific?
are you talking about checkboxes?
drop down list with multiple selection?
something else?
give an example perhaps?
here is an example for drop down list with multiple selection using jQuery
http://jsfiddle.net/74b5pkpv/
here are some AngularJS examples
http://dotansimha.github.io/angularjs-dropdown-multiselect/docs/#/main
i will try to find a pure JavaScript example too
0
drop down list with multiple selection?