开发者

jQuery MultiSelect , how to get information about selected options

开发者 https://www.devze.com 2022-12-16 12:00 出处:网络
I have a problem , i know only the basics of jQuery , and i need to get the information with JavaScript about selected options from the list, i wasted 2 days searching for a good method , but without

I have a problem , i know only the basics of jQuery , and i need to get the information with JavaScript about selected options from the list , i wasted 2 days searching for a good method , but without success , please help ... script of MultiSelect is here link text , I need only to get the title of selected option and numbers of selected elements , or开发者_StackOverflow社区 to give idea how to do... Sorry for my English


it turns your select box into a bunch of checkboxes. so you'd get the info the same way you'd get it from checkboxes.

Select values of checkbox group with jQuery

if your multiple select box had id='option8' then your checkboxes would have name='option8[]'

0

精彩评论

暂无评论...
验证码 换一张
取 消