Questions tagged as 'select'

0
answers

Error closing select cursor with SQLite and changing fragments

I have a difficult problem to explain and that I can put code if you wish but I think it is better to comment as you can and give me opinion. I have an android application that works with several activities, but it contains a main one and in...
asked by 23.05.2018 / 17:19
1
answer

Problem getting the value of a select with jquery

It is supposed to change some of the select should go through all the select and take their values but always take the first of each .. function cantperson() { var habs = 2; var i = 1; var cantadult = 0; var cantchild...
asked by 20.05.2018 / 02:59
2
answers

JavaScript - Clean previous SELECTS when I add new ones

I have a problem, I do not know if it has happened to you before, I have this function called "AddProduct" that uses append to add certain fields from a database , among them SELECT that are filled through AJAX, and allow me to choose the da...
asked by 11.05.2018 / 19:32
1
answer

Question about selectOneMenu Primefaces java cascaded

Today I was developing a cascaded selectOneMenu, for that I followed the Primefaces documentation link That being the case, I implemented it in my code to make a cascade of these but in 4 levels: This is the locationBean.java: pa...
asked by 10.05.2018 / 06:04
0
answers

Error when selecting when consulting

I have a simple contact form, where I have the main table that is contact with (name, surname, identity_type, identity) and a type-identity table with the fields (id, description) Using Angular 4, I have an html with the form and I need you t...
asked by 06.05.2018 / 19:17
1
answer

How to place a placeholder in a form_dropdown of codeigniter

The dropdown values are: $gender = array ( 'name' => 'gender', 'id' => 'gender', 'class' => 'select', 'required' => 'required', 'data-placeholder' => lang('spotmy.gend...
asked by 06.05.2018 / 20:43
0
answers

Show divs depending on two selects

I would like to know how I can show divs that depend on two select and a submit button. The problem I have is that the second selection varies depending on what is chosen in the first, so I do not know how I can show different divs according to...
asked by 25.04.2018 / 13:25
2
answers

reset Datepicker and select multiple with JQuery

I need to reset two Datepicker and select multiple Bootstrap when I finish doing some processes on the form, but I have not succeeded, how can I do that? My HTML code is this: <%--/*fecha inicial*/--%> <div class=" col-sm-3...
asked by 04.05.2018 / 21:08
0
answers

It does not work for me to add dynamic option in Chrome

This is my first time here since I am learning more in depth the subject of programming. I have a problem that is that I have a select with dynamically added options, but only the MOZilla is displayed well, in Chrome they are not displayed, but...
asked by 16.04.2018 / 19:00
1
answer

Nested select on Entity Framework

I need to select the Entity Framework, the select I wish to do is: thanks.     
asked by 31.03.2018 / 23:55