I'm trying to break the text inside the option or simply decrease the size of the modal (dropdown) of the select, but I can not. Anyone already got it? how to proceed in this, I am stuck with system in this, because he needs this in responsive a...
I have this code:
let inicial = 0
let vPag = 3
const numeros = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30];
render()
function resultadoPag(pagina){
vPag = pagina.value;
render();...
Good,
I have this VBA code and I needed to build a Javascript for Google Docs that does the same thing.
Is it possible to convert VBA to Javascript?
Thank you.
Private Sub CommandButton1_Click()
Dim F1 As Worksheet
Dim intervalo As Range...
Good afternoon, I need to remove the blank line that comes as default in the angularjs select, I would like to put a default value instead of the blank line. I researched several forums and tried many options but nothing worked. can you help me?...
I have a form with radio buttons, and when I select the radio buttons it will appear / hide the fields I want.
So much for beauty, but if I select an option on and then mute the radio button, that field will add, but does not clear the value...
I do not know much about web development and I'm kind of lost. I need to pass the id of a movie to a laravel route and I'm not sure how to get that value.
<select class="form-control" style="width: 20%" onchange="" id="select" name="filme"...
I would like, by clicking, for example in the "10 People" option ... Hechangedthelabelofseveralotherselects,forexample,thisone:"Special Fillings: R $ 10". I would like it, for example, to become "Special Fillings: $ 20". When I chose "30 Peopl...
I have a page where there are some selects (representing the functions of the users, which can be: Leader, Participant or For Knowledge).
There are some business rules:
If the user is selected as LEADER, he / she can not have any other role...
Alright?
I am very new to programming and I have a simple question that I did not find here in the forum.
I have this code below the view (made in codeigniter):
<div class="span6">
<label for="formaPgto">Forma Pgto</label&...
So, I have a select view, according to the code below:
<select ng-model="Dashboard.FiltroChamadas.grupoSelecionado">
<option value="" disabled selected>Selecione um grupo</option>
<option ng-repeat="grupo i...