All Questions

2
answers

Use jQuery to 'click' on a li / ul element

I have a list which I want to get the id of each element a this list is filled dynamically by ajax. I use jQuery 2.1.4 and I've already tried it in Firefox and Chrome This is my code: jQ from ajax: $(document).ready(fu...
asked on 04.07.2017 / 16:25
2
answers

Open dialog jquery based on a list of users

I'm doing a modal window with jquery dialog to update users, but only the dialog of the first user I have in the list opens. What I want is to open the dialog to fill in the fields of the form that I have inside, with the data of each individ...
asked on 01.04.2016 / 23:33
1
answer

Error with Sorted Python 3

Good, I have an error when ordering. I pass the method and the error it gives. I modified the Sorted line and it does not give me any errors so I guess the error is there def selection_and_reproduction(poblacionNueva): puntuados = [(calcularF...
asked on 12.07.2017 / 18:14
2
answers

Error installing mysql-python

I'm trying to install the pip module with mysql-python in a Windows 7 Professional. The fact is that I'm getting this error: C:\Users_027>pip install mysql-python Collecting mysql-python Using cached MySQL-python-1.2.5.zi...
asked on 05.04.2016 / 09:54
1
answer

How to scraping a remote xml file?

I want to get certain data from an open-access XML file on a remote server. These are Open Data files of AEMET. The idea is to read the xml and extract some information. I want to do it using javascript, so that I can visualize in a web this...
asked on 23.03.2016 / 17:29
3
answers

Convert query to Python list

I want to convert this query Clientes.objects.values() in a list to later use the Chartkick graphs but with the values that it returns to me. The Clientes model is: class Clientes(models.Model): Nombre = models.CharField(m...
asked on 28.03.2016 / 17:59
1
answer

Android JSON No values for

Hi, I'll tell you, I have a problem extracting info from an API in an Android app. When I'm parsing the JSON, it says: "No values for movies" in this case. I'll stick the code to see if you can help me out. The fact is that this same code wor...
asked on 12.04.2016 / 13:55
2
answers

How to make an Android picker from a fixed list of items?

I need a way to select cardinal points by something like a picker. The objective is to indicate the meaning of an event that may be "NORTH-SOUTH", "EAST-WEST" ... and the opposites     
asked on 31.03.2016 / 00:10
1
answer

Access controls within a Xaml HUB and c #

I have a problem trying to create a form within a Hub in a UWP application. <Hub> <HubSection> <Datatemplate> <Grid> <TextBox x:Name="txtSerial"/> </Grid> </Datatemplat...
asked on 07.01.2016 / 01:51
3
answers

Convert tabular report (matrix) to simple table format

I have a tabular report, also called a matrix or "crosstab". For example, in the column headers, the name of the customer is indicated, in the headings of the lines the name of the product and in the intersection the number of products sold to e...
asked on 21.03.2016 / 06:19