Comments on: Multi-select Dropdown List with Checkbox using jQuery https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/ Web & Mobile App Development Company Mon, 22 Jul 2024 12:24:21 +0000 hourly 1 By: vinutha b https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-255254 Mon, 22 Jul 2024 12:24:21 +0000 https://www.codexworld.com/?p=1531#comment-255254 How do i select value dynamically on button click

]]>
By: Rodel Barbin https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-234929 Tue, 02 May 2023 00:20:12 +0000 https://www.codexworld.com/?p=1531#comment-234929 please provide the link where to download jquery.multi-select.js and jquery.multiselect.css.

thank you

]]>
By: Ramesh https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-176472 Mon, 16 May 2022 07:29:44 +0000 https://www.codexworld.com/?p=1531#comment-176472 Hi ,
I need this functionality in WordPress contact form7 is there any way to do it.
Please suggest me if any.
Thank you

]]>
By: vishal https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-99304 Thu, 05 Dec 2019 09:29:31 +0000 https://www.codexworld.com/?p=1531#comment-99304 Hello,
When I submit the form,I want to display a validation message when no option is selected? How do i do that?
eg: Please choose atleast one option

]]>
By: Tariq Khan https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-98174 Wed, 20 Nov 2019 03:47:57 +0000 https://www.codexworld.com/?p=1531#comment-98174 Thanks for this plugin. I am unable to set the select-box parameters like palceholder columns selectAll.
$(‘#langOptgroup’).multiselect({
columns: 4,
placeholder: ‘Select Languages’,
search: true,
selectAll: true
});
these lines isn’t working on my page. plz help !!

]]>
By: John https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-58630 Fri, 22 Jun 2018 20:38:06 +0000 https://www.codexworld.com/?p=1531#comment-58630 This looks like it will work for my project. I really like the search feature as the dropdown list I have is quite long.

One question though. Besides picking from a dropdown list where no items have been selected is it possible to pre check some of the items in the list?

]]>
By: sohail https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-49762 Wed, 20 Sep 2017 13:03:26 +0000 https://www.codexworld.com/?p=1531#comment-49762 Thanks for this pugin

can you just tell me how can we use diffrent place holder for diffrent select

]]>
By: CodexWorld https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-49417 Tue, 05 Sep 2017 18:17:17 +0000 https://www.codexworld.com/?p=1531#comment-49417 In reply to bharath.

Use $_POST to get the selected values after form submission. For example – $_POST['name']

]]>
By: bharath https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-49416 Tue, 05 Sep 2017 17:02:48 +0000 https://www.codexworld.com/?p=1531#comment-49416 how can i get the selected values…, of multiselect

]]>
By: Saurabh https://www.codexworld.com/multi-select-dropdown-list-with-checkbox-jquery/comment-page-1/#comment-49183 Mon, 28 Aug 2017 14:19:27 +0000 https://www.codexworld.com/?p=1531#comment-49183 Hi,

Thanks for the plugin.

How can i show selected options after retrieving it from DB?

]]>