Questions tagged as 'select'

2
answers

Change the value of a select fill dynamically from Javascript

I have a select that dynamically fill with data that I receive in a JSON, the user then chooses a value and continues using the application, I am trying to show that select again when I press a button I will appear with a predetermined option th...
asked by 11.06.2018 / 17:17
3
answers

datalist dependent on another datalist

I would like to be able to create a form with datalist dependent on other datalist for provinces and localities for example. I have found a good datalist compatible with all browsers included safari which is not supported natively. I hope you ca...
asked by 26.10.2018 / 14:14
0
answers

Query with date in select

I have the following code that basically consists of two input, two dates are placed independently. On the other hand, there is a select that works as a search filter, you must search for the entity that is selected between the two dates that we...
asked by 25.10.2018 / 20:43
0
answers

Colorbox and select

I have the following code, whose objective is that when selecting a select option, open a colorbox with information. The select is in a pivot table and replicates. The problem is that only the url of each option works in the first row, in the fo...
asked by 23.10.2018 / 15:07
1
answer

Store SELECT in Two-dimensional Array PHP / JSON

I have been doing this query, in which I make two queries to two tables, to take in one the data of the Student and in the other the modules that it studies. What I need is for me to generate an arrangement, where for each student I store the...
asked by 18.10.2018 / 02:04
0
answers

Apache Cordova problem with tag Select JQuery Mobile

I have a problem when implementing collapsible lists with the label in application that runs on Android 5.1.1. When the collapsible list is displayed, I click on it, but when the list is displayed the values are not displayed, however when selec...
asked by 09.10.2018 / 03:42
2
answers

Select in codeigniter produces Name? instead of a list of names

I use codeigniter and php, I make a select and in the view instead of leaving a set of records in the Name field, it comes out: Name? > form_search_client.php <!doctype html> <html> <head> <meta charset="UTF-8"&g...
asked by 06.10.2018 / 07:56
2
answers

how to fill a select with another selct from ajax

Hello community, I have the following problem, I need to fill select with another select from ajax . I explain myself: I have a select in this way in my file html <div class="form-group mt-1"> <select class="form-con...
asked by 24.09.2018 / 22:23
1
answer

Bring Select values where both MYSQL match

I have the following SELECT * FROM metadatas WHERE value IN ('Monumento', 'Arquitectura') After making that query, it brings me several results, but I need to bring where both coincide. The result would be the following: id - name - valu...
asked by 21.09.2018 / 17:40
0
answers

Enter db values of select's radio

I have a query. How can I enter the data of a set of select's radio into my database ?, I mean, I have a list of students that I need to take assistance from and the list is automatically generated along with the select's radio. $template_asi...
asked by 16.09.2018 / 22:48