Questions tagged as 'dropdown'

1
answer

ASP.Net and C # - Reducing DropDownList options according to current date

On my client's site, I have on one page a DropDownList with the months of the year. Unfortunately, the value property is written in months rather than numbers. <asp:DropDownList ID="ddlMesReajuste" runat="server" AppendDataBoundItems="true"...
asked by 21.06.2018 / 16:53
1
answer

Bootstrap 4 dropdown (toogler) is not working

Could someone tell me where I'm going wrong? the bootstrap order and jquery is correct and shows no error in the browser console but when I decrease the page size, the dropdown does not expand. code: <!DOCTYPE html> <html lang="pt-br"...
asked by 19.04.2018 / 04:27
1
answer

Generalize a Javascript dropdown function?

Hello, I'm having a hard time generalizing a dropdown function, I guess I'm doing something wrong, I searched on forums and did not find the answer so I'll open that topic. My HTML code is like this, there are several buttons with the same...
asked by 12.05.2018 / 00:04
2
answers

Dropdown menu with javascript

I'm trying to make a dropdown menu just by changing <div's> with Js. Is there any way to use only function() to change <div's> ? The only solution I found is to create a function() for each <div>...
asked by 02.11.2017 / 23:40
2
answers

Dropdown Double menu does not show the second dropdown

The first dropdown is working normally, but the second is not working at all. I have tried to specify the classes more, but there is no way, I believe it is something very simple that I am letting go. I'll be grateful if you could help me. Th...
asked by 07.03.2017 / 23:22
1
answer

Creating a DropdownList [closed]

I'm using asp.net-mvc-5, and wanted to know how to create a DropdownList without being in this pattern here: <div id="conteudoEscolha"> @Html.DropDownList("", null, htmlAttributes: new { @class = "form-control", id =...
asked by 21.11.2016 / 18:17
1
answer

Dropdown dynamic menu html

Hello, I have this page in html and I would like to know how I can do it so that when changing the chosen item in the dropdown menu, the html fields change. <fieldset id="fsItem"> <legend>Item &nbsp;&nbsp...
asked by 25.09.2016 / 21:09
1
answer

Dropdown menu hiding list depending on screen size

I was able to make the Jquery show and hide the menu as I click the button, but I would like the menu to be hidden if the screen was less than or equal to 768 pixels. Could anyone give me a hint how to do this? Thank you. head:...
asked by 17.10.2016 / 20:34
2
answers

Menu dropdown bootstrap

My bootstrap dropdown menu is buggy, if anyone can help ... CSS: link link <div class="navbar navbar-fixed-top navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"...
asked by 02.07.2016 / 11:31
1
answer

Dropdown already selected

I made a dropdown with AngularJs as follows <ui-select ng-model="SelectedItem.LegalEntity" theme="bootstrap" reset-search-input="false" style="width: 100%" id="legalEntityId" ng-d...
asked by 09.03.2016 / 15:51