Questions tagged as 'html'

3
answers

How can I correctly align a card in bootstrap?

Hello, my question is to know how to solve this problem in bootstrap, I want to make three columns in a horizontal way, because when I do it, it is vertical I would appreciate your prompt response. <!DOCTYPE html> <html lang="e...
asked by 15.03.2018 / 18:02
1
answer

Assign current date and time to DOM element

I'm trying to perform a horizontal slider in which, I have a 'p' tag to which I want to assign the current time and date, but if I do it in the jquery ready, which is when our page is already loaded or document, only the date of that moment woul...
asked by 21.03.2018 / 17:20
0
answers

Make custom registration and login in WordPress

How can I create a template for user registration and login other than WordPress itself? That is, for the moment I have a custom-login.php where it consists of a box divided into two, one is for login (that is resolved) and the o...
asked by 19.03.2018 / 13:03
0
answers

how to get the list of videos from a user on youtube

Hello I was trying to get the list of my videos not to do it manually. I read in an article they did on a simple way to do it. the thread is:    link I start the code but it shows nothing. The code: <html> <script> // G...
asked by 12.02.2018 / 02:40
0
answers

I can not save name when registering a user - Firebase and javascript

function crear() { var auth = firebase.auth(); nombre = $("#NombrePerfil").val(); correo1 = $("#correo1").val(); password1 = $("#clave1").val(); password2 = $("#clave2").val(); if (password1 == password2) { password =...
asked by 28.04.2018 / 20:15
1
answer

JavaScript / Jquery error "TypeError: Property 'handleEvent' is not callable." What could it be?

Well today I was practicing and I found this Error reflected in the Console:    TypeError: Property 'handleEvent' is not callable. I would like to know why it happens, I will leave my practice form here to see if they can help me solve it...
asked by 25.01.2018 / 20:20
2
answers

Unselect radio button html

With this code I can select a single option. How do I deselect the one I select? or make them all white <div class="panel panel-default"> <div class="panel-body"> <label class="radio-inline">...
asked by 09.11.2017 / 16:46
4
answers

Alignment buttons within a div

I have a div in which I have any "x" information, and in turn, there are two buttons. A botón to cancel a reservation and another botón to make a reservation. I want both buttons to be next to each other with a...
asked by 08.01.2018 / 18:16
1
answer

Help to adjust the size of a table

I have a table and I can not change its size, neither to the cells, it just lets me do it to a certain extent. Table code <table style="border-collapse: collapse;" border="1"; width="520"> <tr> <...
asked by 30.10.2017 / 22:34
1
answer

Run MySQL query on onChange

I have a select that shows the departments: <select name="dpto" id="dpto"> <option value="3">ATLANTICO</option> <option value="12">CESAR</option> </select> What I need is that when selecting...
asked by 21.08.2018 / 21:21