Questions tagged as 'html'

2
answers

Convert query to JQuery and ajax

Hi, I have an MVC project and I'm using a server's database. In the project I do the consultations with javascript, and it happens that I have an input to select the date in a calendar and an option to select the name of a user already loaded fr...
asked by 18.10.2018 / 18:56
0
answers

My video in Html5 does not work for Android Chrome

The typical problem that when you see it on a PC if it works but not on mobile, this happens only on Android Chrome, because when you see it on any other mobile browser works perfectly. (1) Something I have noticed is that if I go to the site...
asked by 27.09.2018 / 00:00
2
answers

Insert rows in HTML table, increasing their id

Dear: How can I do to insert rows in an html table, where the inserted elements are inputs of type text, and I need that each one has a different id. Using one of the solutions proposed by the user Juan Pinzón (from already grateful). I came to...
asked by 25.10.2018 / 14:13
1
answer

How to make a mysql query for php graph?

I need to make a query in MYSQL, I have the following data COLUM1 FECHA PAIS 0 2018-11-13 0 2018-11-13 Reino Unido 0 2018-11-13 1 2018-11-13 Colombia 0 2018-11-13 1 2018-11-13 Peru 0 2018-11-13 0 2018-11-13 Espan...
asked by 14.11.2018 / 13:25
0
answers

DataTable filters by date

I'm trying to use filters by date. I have found several examples, but in one of them I am blocked because it puts the date and takes an example if I select 5 de mayo de 2018 begins to show me the data from 6. The other thing is that...
asked by 18.09.2018 / 17:02
1
answer

AJAX with IF ELSE in response

Good I am using an AJAX so that the clients register in the web and now I have added a query to him to know if this user already has been registered, step to detail how or I am doing: AJAX <script> $(function(){...
asked by 07.09.2018 / 10:12
1
answer

Show and hide a div according to the value in a textbox?

My problem is the following I select a value in a combobox and it fills a textbox all right up there, but when I want to use the value of the textbox to hide a div I can not, could you help me this is my code: <!DOCTYPE html PUBLIC...
asked by 10.09.2018 / 19:37
1
answer

Problem when inserting data with ajax

My problem in itself is not inserting data, given that these are done successfully, the problem is that when you insert a data, it is repeated 2.3 or even 4 times in the database, another thing is that when entering the page and doing it for the...
asked by 10.09.2018 / 17:44
0
answers

Problem with a margin (Using bootstrap 4)

I have a problem using bootstrap, capable is very simple but I can not find how to solve it and it leaves me "a white margin" next to the carousel and the pink bar ... (Or I do not know if it is rather that the bar gray will have some feature th...
asked by 03.10.2018 / 03:37
1
answer

How to enter data from an SQL query in a form already done in PHP?

In my case I have a form and several functions, but I have not been able to transfer information from a sql query to already defined text fields, I want to be able to have the id, call its respective information in each text field when pressing...
asked by 12.09.2018 / 02:17