On my client's site, I have on one page a DropDownList with the months of the year. Unfortunately, the value property is written in months rather than numbers.
<asp:DropDownList ID="ddlMesReajuste" runat="server" AppendDataBoundItems="true"...
Could someone tell me where I'm going wrong? the bootstrap order and jquery is correct and shows no error in the browser console but when I decrease the page size, the dropdown does not expand.
code:
<!DOCTYPE html>
<html lang="pt-br"...
Hello, I'm having a hard time generalizing a dropdown function, I guess I'm doing something wrong, I searched on forums and did not find the answer so I'll open that topic.
My HTML code is like this, there are several buttons with the same...
I'm trying to make a dropdown menu just by changing <div's> with Js.
Is there any way to use only function() to change <div's> ? The only solution I found is to create a function() for each <div>...
The first dropdown is working normally, but the second is not working at all. I have tried to specify the classes more, but there is no way, I believe it is something very simple that I am letting go. I'll be grateful if you could help me.
Th...
I'm using asp.net-mvc-5, and wanted to know how to create a DropdownList without being in this pattern here:
<div id="conteudoEscolha">
@Html.DropDownList("", null, htmlAttributes: new { @class = "form-control", id =...
Hello,
I have this page in html and I would like to know how I can do it so that when changing the chosen item in the dropdown menu, the html fields change.
<fieldset id="fsItem">
<legend>Item  ...
I was able to make the Jquery show and hide the menu as I click the button, but I would like the menu to be hidden if the screen was less than or equal to 768 pixels.
Could anyone give me a hint how to do this?
Thank you.
head:...
My bootstrap dropdown menu is buggy, if anyone can help ...
CSS: link
link
<div class="navbar navbar-fixed-top navbar-default" role="navigation">
<div class="container">
<div class="navbar-header"...
I made a dropdown with AngularJs as follows
<ui-select ng-model="SelectedItem.LegalEntity"
theme="bootstrap"
reset-search-input="false"
style="width: 100%"
id="legalEntityId"
ng-d...