Questions tagged as 'dropdown'

0
answers

Dropdown menu that loads one div and hides the other

I need to create in HTML 5 a dropdown menu where you will have 6 options, this menu will work as a filter. This filter would be, for example, a dropdown menu where the person selects the "category" and below the data is loaded, the contact in...
asked by 03.09.2018 / 21:44
0
answers

Dropdown menu does not overlap background div

The problem is as follows, I have a header with a background, I have a menu bar in that header, this menu bar has a dropdown item, but when I hit the dropdown it appears underneath but is cut off when the background arrives end, not appearing at...
asked by 28.05.2018 / 19:50
0
answers

Using MechanicalSoup to navigate through the selected dropdown after logging

I used MechanicalSoup to log in to a page. Opening the browser, it remained as one page application opening only the dropdowns. With BeautifulSoup I can select which dropdown I want to open, but I can not do it. >>> page.select('a[hre...
asked by 23.05.2018 / 16:08
0
answers

Submenu not doing dropdown

Can someone tell me why my submenu is always being displayed? I want it to appear when hovering, but it is always visible ... CSS: /* submenu */ .sub-menu { width: 100%; padding: 5px 0px; position: absolute; top: 100%; l...
asked by 15.05.2018 / 02:26
1
answer

Validate when value is "Selected" DropdownList with JQuery.Validity

I have the following code jQuery : $("#aspnetForm").validate({ errorElement: 'span', errorClass: 'help-block', rules: { Dropdown: { required: true } }, messages: { Dropdown: {...
asked by 13.03.2018 / 19:45
0
answers

How to make Menu Dropdown in Magento 2?

Hello, my name is Rafael. I'm new to Magento, I'm trying to edit my menu to put some links in it. This is an e-commerce and I'm trying to put more specifically link categories on the menu, with subcategories on some of them. It has a block ca...
asked by 07.02.2018 / 14:28
0
answers

Woocommerce add to the purchase value interest above the 6 installment

I would like to add a fee on the total purchase in Woocommerce after the user chooses the number of parcels on the card greater than 6. Is this correct my line of thinking? <?php $parcelas = $_GET['installment'];...
asked by 15.01.2018 / 18:07
0
answers

Dropdown materialize out of html border

Hello everyone, I have the following js code. (function($) { $(function() { $('.dropdown-button').dropdown({ inDuration: 200, outDuration: 215, hover: false, // Ativa o hover belowOrigin: true, // Mostra o dropdown abaixo do botão...
asked by 12.01.2018 / 20:37
1
answer

Add dropdown to menu

Hello everyone. I'm having a little problem adding a dropdown to my menu. I'm using bootstrap and I've checked how to do it. But in mine, the class is different and when I mute, the structure of my menu also changes. I would like to know how to...
asked by 21.11.2017 / 12:24
1
answer

Dropdown From Bootstrap Menu Not Descending

I'm sorry to go back to the Bootstrap dropdown issue, but I've seen all the related questions and I could not solve my problem. I do not understand almost anything about JavaScript, and I'm using the newer version of Bootstrap (version 4)....
asked by 01.11.2017 / 13:52