Questions tagged as 'dropdown'

1
answer

Open dropdown without it being a daughter tag

Good morning guys, how could I create a dropdown without it having to be a daughter tag? I'll explain with code. Usually we do this: .menu-dropdown {display: none;list-style: none;} .menu:hover .menu-dropdown {display: block;} <ul...
asked by 27.11.2018 / 11:43
1
answer

Dropdown on navbar

I need a force here for a problem that is killing me. I can not give action on dropdown on my navbar . I'm using Bootstrap 4.0 and jQuery 3.2.1. Here are my codes: <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js...
asked by 08.01.2018 / 15:46
1
answer

Edit data from a DropDown List in Excel

I have a list of items in a dropdown in excel. These values must be selected by the user and from there, edit them as requested. However, I do not know how to edit these dropdown values. Can someone help me? Below is an example of two items that...
asked by 01.12.2017 / 12:01
2
answers

dropdown menu class in javascript not toggla

I'm having problems with my nav. I was following a tutorial on how to make the navbar responsive and disappear on the way out of the top. But its drop-down menu does not work, I tried to edit the js class by running this function and no use, I b...
asked by 04.02.2018 / 11:50
2
answers

How to display DropDown just by sliding the mouse over the content?

I would like to know how I can display this dropdown without the user having to click to have their content accessed, just by dragging the mouse over MSDNAA-Microsft, for example. <li class="nav-item dropdown"> <a class="nav-lin...
asked by 17.05.2018 / 16:45
1
answer

Doubt about dropdown menu WORDPRESS

I'm developing a website in wordpress and in the menu I have an item that is dropdown as follows: HOME COURSES COURSE1 COURSE2 ABOUT But I wanted the user not to be redirected to another page if he inadvertently click...
asked by 09.01.2017 / 12:23
1
answer

Pre select last record in a DropDownList C #

I'm assigning a list to DataSource , and in this assignment I'm concatenating the code with the company name, however, it loads the list with the first selected item. How do I make the last record load pre-selected? My code looks like t...
asked by 03.06.2016 / 20:22
1
answer

How to get the value of a Dropdownlist to choose the action to execute

I ask your help in helping me put the following situation together: I have a structure in EF database first where I have a type that the user must select and after selecting this type in the dropdownlist it must trigger a corresponding action...
asked by 07.01.2016 / 17:59
1
answer

Dynamic menu with dropdown

I need to make this menu responsive, using dropdown . With each added category it generates an item in the menu: <div class="nav-collapse"> <ul class="nav"> <?php if($secoes) { while ($linha=my...
asked by 09.07.2015 / 21:02
1
answer

@ Html.Dropdownlist returns null value

ASP.NET MVC4 I have a data dropdown problem of a dropdownlist where the same list correctly the values, but when choosing some value and posting on the page the value arrives as null in the controller. My Domain is like this: Table of Cont...
asked by 06.06.2015 / 02:52