Questions tagged as 'html'

1
answer

Label for attached to a radio input

I wish that when selecting the text of a radio button the corresponding button is assigned or selected. The nomenclature is usually that the name that we assign to label for must be the equivalent of the name of id of inp...
asked by 04.01.2018 / 23:58
1
answer

Color set day

I'm doing a calendar with js, html and css, and my problem is that I would like that when the day is a Sunday of the following month, it could appear in a different color, for example a blue. I have since I appear the days of the following month...
asked by 05.06.2018 / 18:04
1
answer

Change the value of a hidden embedded in the column of a table

I have a way in HTML and JavaScript . I need by code to assign to each line of a table, which have status 1 , a subaddress through a combo (resolved this part). The problem is that I need to duplicate any row using a button so that this s...
asked by 03.01.2018 / 02:17
0
answers

Copy Phone complete with country code with extension intl-tel-input [closed]

I have a problem using the extension intl-tel-input ( link ) Start the CDN: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.5/css/intlTelInput.css"> <script src="https://cdnjs.cloudflare.c...
asked by 06.12.2017 / 16:44
2
answers

Problem connecting to CloudMqtt with variables

Friends I have the following code in html, where I connect to CloudMqtt, the problem is that I am passing the user, password, port and host through the code. I am trying to make a form for the user to enter such data but I can not get it to work...
asked by 07.02.2018 / 23:10
1
answer

select the province and the cantons

good afternoon I have the following code that what it tries to do is take the provinces and cantons, but I honestly do not know how to do so that when selecting the province, load the cantons that match the province ID <html>...
asked by 09.12.2017 / 19:54
2
answers

Sum with decimals in browser.

Can someone help me understand, because the sum of 2 numbers in the 3 browsers (Chrome, iExplorer and Edge) alters the result? In the image I display the examples that I tried. Some others give good, but those sought after at random, gives me...
asked by 16.11.2017 / 20:42
1
answer

Amiagible URLs with form - submit

How can I use user-friendly URLs? form - > submit I already have the friendly URLs made in the .htaccess, they work! But pressing the SUBMIT button takes me to the normal URL (GET) http://www.mi.web/stats.php?Jugador=Abcedario Bu...
asked by 16.11.2017 / 15:00
0
answers

Share news on Facebook

My problem is the following: I added a Facebook share button to my page. But at the moment of doing it, the news does not appear correctly. It appears to me without an image. I used the Facebook content debugger ( link ) to see how it was dis...
asked by 20.11.2017 / 14:42
2
answers

Obtain property values css

I would like to know how I can get values of the css styles, for example the color. <style> .vermellet{color:red;} </style> <script> //.vermellet{color:red;} $(document).ready(function() { $("body").append("<a...
asked by 19.11.2017 / 14:56