Questions tagged as 'dropdown'

2
answers

Popular PHP dropdown error with array

Hello, I have the following function that returns me the data needed to populate my dropdown: function listaRedes($conexao){ $dados = array(); $resultado = mysqli_query($conexao, "SELECT DISTINCT rede FROM evolucao_originacao")...
asked by 02.12.2016 / 14:29
1
answer

Problems updating a field based on the selection of another field

I do not have much Angular experience and I have a problem that seems simple. I have a master detail crud, and at item launch I have a dropdow of primeng products and after the selection I need it to update the item.preco field bas...
asked by 23.08.2018 / 16:35
1
answer

Dropdown nav, with menu and submenus centralized: what error am I committing?

I'm having a small problem centering a submenu from a dropdown menu. The following example is fairly simple, but it illustrates my problem well: <ul id="menu"> <li>Menu1 <li>Menu2 <ul> <li...
asked by 11.09.2014 / 02:19
1
answer

page orientation with a dropdown menu

I have on a page of my site a dropdown menu with a list of rock bands. When you click on the menu it "drops" down showing the list, clicking on some band in that list it closes that menu dropdown and brings in a div down t...
asked by 26.09.2016 / 14:26
1
answer

Show and hide Div content in list form [duplicate]

I'm trying to change this code so it can hide and display the content in list form. Currently the code shows the content in videos through your id. <div id="videoGallery"> <ul> <li><span class="vid" data-videoID...
asked by 17.12.2015 / 17:08