soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 266 forks source link

Select an item does not work #90

Closed HideCode7 closed 7 years ago

HideCode7 commented 9 years ago

Hello guys good work :)

I present the various choice to the user and when he selects I want the item to appear as chosen and consume in CodeBehind. As the normal dropdown.

It is possible? Like .change method in javascript

Thanks for you work

claviska commented 7 years ago

You have to attach listeners to the items yourself, which is also the way Bootstrap dropdowns work.