JQuery MultiSelect how to get information about selected parameters

I have a problem, I only know the basics of jQuery, and I need to get JavaScript information about the selected parameters from the list, I spent 2 days looking for a good method, but without success, please help .., the MultiSelect script is the link text here , I need just get the name of the selected option and the number of selected items or give an idea how to do it ... Sorry for my english

+3
source share
1 answer

it turns your selection box into a bunch of flags. so that you get the information just like you can get it from the checkboxes.

Select checkbox group values ​​using jQuery

id='option8', name='option8[]'

+2

Source: https://habr.com/ru/post/1727970/


All Articles