using
- jQuery for selection boxes and using multiple selection
its region dropdown where i want to select more than region at a time.
find("input") is giving me hidden input created by select2 . but on change event not giving value on change.
same as for click event. it not giving any alert.
i put alert for just demo purpose but i want to send ajax request to server to get more result on based on the selection.
Read more