Skip to main content

All Questions

0 votes
2 answers
560 views

How to filter dropdown from ajax to display checkbox with the name on it?

How can i filter drop down list that when i select the type it shows the type that on ajax response in the checkbox of the name This is the code for html fieldset.Field { margin-top: 10px; ...
Flow's user avatar
  • 271
0 votes
1 answer
58 views

Jquery: Select all check boxes when 'select all' is checked

I have a form that prints a out menu items from each category. I want to have a select all checkbox over each category such that when clicked, all checkboxes of that category are selected. Issue: ...
billy's user avatar
  • 1,473
1 vote
1 answer
67 views

JQuery automatically check a checkbox and show dropdown menu

I want to check a check box automatically and show the drop-down menu if certain condition is met. before i had it like this. But now I want the the checkbox to be automatically be checked and toggle ...
dgosh's user avatar
  • 15
0 votes
2 answers
942 views

Copy selected multiple values to the text box

I have drop down list as below. <select id="checkOwner" multiple="multiple" onchange="copyValue()"> <option value="FIRSTNAME">First Name</option> <option ...
Dinu's user avatar
  • 159
0 votes
2 answers
69 views

How to display checkbox values from an array javascript

I have an array of values from a dropdown button (model) that generates dynamic checkboxes (destination). However, I wanted to display different criteria depending on the selected model and checked ...
hevhev011717's user avatar
0 votes
3 answers
2k views

How to make checkbox events from dynamically created checkbox javascript

I have three parameters namely model, destination and criteria. Whenever the user chooses a model from the dropdown list, where the destination and criteria is dependent, dynamic checkboxes for the ...
hevhev011717's user avatar
1 vote
1 answer
1k views

Not able to display checkbox in multiple select dropdown

I have a select dropdown with multiselect checkbox option Initial View After selecting value Selection of value is working fine, but in the first image the checkbox are not visible I have used ...
Sam's user avatar
  • 1,381
0 votes
1 answer
1k views

Enable/Disable checkbox based on value of dropdown

I have an HTML table that includes a dropdown with 3 selections, Yes, No, Exempt and also a checkbox. I have set the value of Yes = 1, No = 0, and Exempt = 2. On page load, if the dropdown value ...
Rataiczak24's user avatar
  • 1,032
0 votes
1 answer
206 views

jQuery - index() function returns wrong index (CheckBox and Select)

I've created list of CheckBox elements and Select with same values as previously mentioned list. What I achieve to do is if I change CheckBox selection, Select list automaticly updates itself to the ...
anton86993's user avatar
-1 votes
1 answer
34 views

How to connect dynamic checboxes with dropdown list in jQuery

You click checkbox, the same is selected on Select List/Drop-down List and reverse. You Select on Select list and checkbox is checked, only one in time selection. <html> <head> <...
Weider's user avatar
  • 1
0 votes
1 answer
98 views

Attempted many times to limit selected value to 1 if certain radio button is selected using multiselect bootstrap plugin but no use

I have 5 roles with radio button. So if role roleA,B selected user, it automatically selects all values but if we check roleC, it only allows to select one value.Role D,E could select as many value ...
Gerle Batde's user avatar
-1 votes
2 answers
3k views

change dropdown list to checkbox in ajax jquery in mvc

In my project I used cascaded drop down list using jquery ajax and it works, but I need to change the second drop down list to checkbox to select the City based on the districts selected from the ...
user256's user avatar
  • 53
0 votes
2 answers
84 views

Creating checkboxes from drop-down menu

I've tried to look up a working solution for my problem, but after days of research a couldn't fine one, and that's why i'm asking for your help. Basically, what i would like to do is to have a drop ...
leveeee's user avatar
  • 70
1 vote
2 answers
3k views

jquery- unchecking checkbox on dropdown change not working

I have a list of users. Each user has a checkbox having a unique value. There is a dropdown menu. And when the dropdown is changed, a set of users are checked. Each dropdown change, a new set of users ...
Smokey's user avatar
  • 1,897
3 votes
1 answer
751 views

Checked checkbox in li tag must be clicked twice to uncheck

Could someone please help me, how to stop checkbox being checked twice when inside an li with a click event? I tried to add e.stopPropagation function, but it did not work. <div class="dropdown"&...
Honzík Azjol Havelka's user avatar

15 30 50 per page