Questions tagged as 'dropdown'

1
answer

Vertical dropdown menu - Bootstrap

I'm making a page where it has a dropdown menu and each menu item changes the contents of the div on the left. My problem is that when I click on this menu and it shows its submenu, it should throw the "Equipment Calibration" and "Job Security"...
asked by 27.02.2016 / 05:13
1
answer

DropDown on swift

I'm using a dropdown type using this 1 project, and now I wanted to select one of the items that is inside it and close the dropdown and the chosen item appears on the button label this all in swift, can anyone help me here? Thank you     
asked by 11.02.2016 / 12:48
2
answers

How to do Menu Dropdown with popping effect

$(function () { $(".menu2").hide(); $(".open").stop(true, true).mouseover(function() { $(".menu2").fadeIn(100).animate({ top: '-50' }, 400); }); $(".open").mouseleave(function() { $(".menu2").stop(true...
asked by 17.02.2016 / 01:48
1
answer

Dropdown menu does not fit the screen

I have a dropdown button that serves as the site menu, but it is in the right corner of the site and ends up leaving the screen, follow the problem: Iwantittostayinsidethescreenwithoutcreatingahorizontalscrollbarbecauseofthemenu.Thesiteisres...
asked by 30.12.2015 / 11:57
1
answer

How to get values to populate a dropdown dynamically

I'm developing in .NET MVC and in my application, I have a form that registers people via Ajax. This element should appear in a dropdown list, it should appear dynamically without refreshing the page, does anyone know of any way to do this?...
asked by 10.03.2015 / 17:18
1
answer

DropDownList does not work inside DetailsView

I have a DetailsView with multiple fields and a DropDownList that should update the sexoAnimal field with Male (M) or Female (F). I added a ControlParameter to SqlDataSource , the parameter takes the selected...
asked by 13.03.2014 / 21:09
1
answer

Bootstrap navbar close

Hello, I'm using bootstrap version 4.0 beta-2, and I have a question, how do I close the navbar menu after clicking on an item in the list? By default it is necessary to click on the item and click again on the menu to close it. I found a solu...
asked by 12.11.2017 / 05:02
1
answer

Show the dropdown options in the header and take the search bar off the menu in the mobile view

I have a header that, in the mobile view, does not show dropdown options, and the main option is not clickable. I would like the menu options to be displayed and the search bar would also be outside the menu, also in the mobile view. Below is...
asked by 09.10.2018 / 19:10
3
answers

How do I set the first value in the combo?

Well, I need a help: I am trying to set the first state in the combo, I have already put the selected but without success. Can anyone tell me what might be wrong, or something to help me solve. My code: <div class="col s6"> &l...
asked by 06.09.2018 / 17:29
0
answers

Stylization and operation of the dropdown menu in Wordpress

We have set up a template for Wordpress. However, the submenus that require the dropdown to appear by: Hover are not working normally. They are already statically exposed there under their menu item. We made the styling of this specific su...
asked by 31.08.2018 / 22:42