Questions tagged as 'html'

3
answers

I need to line up 2 p with bootstrap

Good morning, I have the following code: <div> <p class="mt-5 mb-3 text-black">¿No tienes cuenta?</p> <p class=""><a href="cuenta.html" target="_blank">Crear cuenta</a></p> </div> I ne...
asked by 05.11.2018 / 03:55
3
answers

Convert INPUT type checkbox to INPUT type text after clicking

I have the following checkbox and I want to change it to text after clicking <input type="checkbox" name="nutriente_f1<? echo $registro6['ID_NUTRIENTE']; ?>" id="nutriente_f1-<? echo $registro6['ID_NUTRIENTE']; ?>" onclick="$nut...
asked by 12.09.2018 / 19:27
1
answer

text centered on img with responsive and within a link

I have a problem and that is that I can not leave a text that goes inside an image and is inside a link, when I start to do the responsive the text goes too up, some way to power fix it? <div class="container"> <a href="url">...
asked by 01.09.2018 / 10:22
2
answers

Response of an echo in a div ID

Good I'm doing a login and I would need the echo that responds to me that does not exist that user or password show me in a div inside the form instead of an echo. resupuesta.php <?php require('conexion/conexion.php');...
asked by 05.09.2018 / 05:16
1
answer

How to get value from a Select in contenteditable and maintain value

Hi, I'm adapting a code and I need your help .... What I need is that through a select to obtain a value and that it is shown in the editable cell (item_mes) and when adding another row to insert data that value is maintained in the editable...
asked by 05.09.2018 / 00:56
1
answer

Get input type data with php

Can someone help me get data from an input type date?; <form id="Formulario" method="post"><br> <label style="display:block; overflow:hidden;">Fecha de nacimiento</label> <input type="date" id="fecha" name="F...
asked by 05.09.2018 / 04:21
1
answer

JS | AngularJs | Show page when checking a checkbox

I need you to check a checkbox, this will take you to a page. But I get an error: funcion is not defined MY CODE home.html <ion-header> <ion-navbar> <ion-title> Selecciona tu ciudad </ion-title>...
asked by 09.09.2018 / 16:40
1
answer

How to make my script loop?

I created the following script: $(".circulo").click(function() { $('form').show(); }); $("#next").click(function() { $("#test1").hide(); $("#test2").show(); }); $("#back").click(function() { $("#test1").show(); $("#test2").hide();...
asked by 09.09.2018 / 18:57
1
answer

Problem when deploying in Microsoft Azure

I made a web application, I use NPM and several packages there, after doing build of my application and uploading my final files (only the html , css and js ) to Azure , I get the following error when loadi...
asked by 24.08.2018 / 19:50
1
answer

I need to validate in a script that I do not select the same option more than once

So I have my script: var imagenes = { "leon": 'imagenes/leon.gif', "burro": 'imagenes/burro.gif', "ballena": 'imagenes/ballena.gif', "gato": 'imagenes/gato.gif', "elefante":'imagenes/elefante.gif', "pato": 'imagenes/pato.gif', "h...
asked by 24.08.2018 / 21:29