Questions tagged as 'html5'

0
answers

how to generate a charge for hours?

Performed a web service in which customers can hire people for recreational purposes, at this time I have implemented the option of PayU to make the hiring, the case is that these people who are going to be hired charge for hours and each of the...
asked by 16.06.2018 / 03:27
1
answer

enlarge radius of the circumference of the chart donut-chart, with chart.js

I have a graph donut chart on my page, but the line of the circumference is very wide I want to make it thinner, for that I need to know how to enlarge the radius, this is my graphic. What I want is for the blue to be thinner. This i...
asked by 21.06.2018 / 23:46
1
answer

how to insert html code without losing styles in an email

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> </head> <body style="font-family:'Open S...
asked by 14.06.2018 / 15:50
1
answer

Add JSON to HTML from JQuery

I need to add all my information that I have in the JSON to the HTML from JQuery, but the inconvenience that I get is that I get lost with the many fixes that I have (they are few). I need to know if there is any other way that is easier to p...
asked by 15.06.2018 / 04:50
2
answers

Having an input hidden and clicking on a button

good day, I hope you can help me with this I comment in great detail. I have my page which from the beginning shows an input text in which certain information is placed, it is important that this input is there. The detail is that I need to hide...
asked by 13.06.2018 / 00:04
0
answers

Counting and filtering of database content using PHP and mySQL

I need to generate statistics for my ticketing system. I have a database called tickets , where everything is linked to other tables using the primary keys of these. When a technician is assigned a ticket, it specifies which company to vis...
asked by 13.06.2018 / 00:09
3
answers

$ .ajax is not a function

I have an error when sending data by ajax, it marks me an error in the function $.ajax() but I already checked the documentation and the code is ok. This error marks me    status.js: 29 Uncaught TypeError: $ .ajax is not a function...
asked by 15.08.2017 / 05:01
0
answers

how to send an array that has a key x and that key contains another array with the responses of an input

hi all my problem is the following, I have these inputs where I send user information especially this is where he sent the information <input type="{{$tag->tag_type}}" class="form-control" value="{{$option->option_value}}" name="t...
asked by 14.06.2018 / 22:53
1
answer

How to upload image from a cell phone to the server?

I have a problem uploading images to the server from a mobile device. When I run my web application from the computer everything works correctly, the images go up without problems. But when I do it from a cell phone, I do not load the images tha...
asked by 14.06.2018 / 21:04
0
answers

How to login php against bbdd with session_start?

<!DOCTYPE html> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <html> <body> <form METHOD="POST" ACTION="control.php"> <br>Nom<br> <INPUT TYPE="T...
asked by 19.06.2018 / 22:16