Questions tagged as 'dropdown'

1
answer

Staying hover style when opening a Dropdown submenu

I need the color of hover to remain when opening the submenu. My submenu works, I just want it to be marked the menu it's linked to. Here is the sample code: HTML: <ul> <li><a href="#">Link 1 &raquo;</a&...
asked by 18.09.2015 / 00:34
2
answers

Bootstrap 3 - dropdown-toggle - Is it possible to change the menu with it open?

With Bootstrap the task of creating menus for ASP.NET sites is much simpler. But I noticed that when a dropdown menu is "open" when hovering over another item it does not "open" automatically, creating a certain visual confusion for the user,...
asked by 19.09.2018 / 22:38
1
answer

Multiselect in dropdown format in Bootstrap 4

I'm having trouble finding a multiselect bootstrap 4 in the dropdown format. The only element it allows is this way: Iwouldliketoleaveitinthisformat: AsfarasIcanremember,thisdidnothappeninthepreviousversionofthebootstrap.Codeused:<linkhre...
asked by 15.06.2018 / 16:04
2
answers

Dropdown hover run only above 1200px

If someone can help me, I need the hover JavaScript to work only at resolution above 1200px, I have made the code but it is not working. $(function() { if($(window).width() > 1200) { $('ul.nav li.dropdown').hover(function() {...
asked by 19.04.2017 / 21:00
1
answer

CheckBox with External CheckBox

I have a Form with a DropDownlist with CheckBox inside, and I have an external CheckBox that selects and unchecks all. My question is the following. When I unselect one of the items in the DropDown the "Select All" CheckBox should be unche...
asked by 04.08.2015 / 15:38
0
answers

DropDownList does not load string [closed]

I have a method in asp.net which loads some dropdowns and gets the name of dropdown as its parameter. The method is working perfectly, because when I "debug" the application I see that dropdown received the items. The prob...
asked by 03.08.2014 / 21:20
2
answers

my dropdown leaves the screen, how do I get it down to the opposite side?

The dropdown of the cart, out of the image, can you make it drop down to the left? here is the code: @import '//stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css'; @import '//stackpath.bootstrapcdn.com/font-awesome/4.7.0...
asked by 03.05.2018 / 13:13
3
answers

My dropdown does not matter bank options

I have a form with a dropdown , which should have as options the users registered in a table of my database. The connection: <?php $connection = mysqli_connect("localhost", "root", "", "db_formacao"); if (mysqli_connect...
asked by 28.08.2017 / 14:16
1
answer

Do a query and see in a dropdownList

You are giving the error below in dropdowList and I do not understand why. Error:    Can not bind the object of type 'System.Collections.Generic.List1 [
asked by 15.12.2015 / 17:42
1
answer

Dropdown with JQuery / Ajax only sends data in first record

I'm dynamically dropping a dropdown for each item in a list returned in PHP. When selecting any of the dropdown items, this value is sent to an Update.php file, via JQuery and Ajax. The Dropdown: //Aqui tenho um while em PHP para criar um D...
asked by 19.07.2015 / 00:58