Questions tagged as 'html5'

1
answer

Popover with Bootstrap

I have the following code, (Only Html and Js) I can not make the POPOVER of Bootstrap work within the application itself, placing a button from the outside if it works but within the application it does not work and I have almost a week and I do...
asked by 05.04.2018 / 00:49
1
answer

doubt with do while not printing correct numbers

Good I'm doing some tables that print parimpar numbers and 5 in 5 but I already did them in for and while but when I try to do it in do while I throw another result I do not know what is due this is with the for: <!DOCTYPE html> &...
asked by 02.04.2018 / 09:41
1
answer

Iterate table in php in Javascript array

Hello, I have the following table that I am calling using a controller Driver $respuesta = GestorOITModels::obtenerViasModel("transporte"); //nombre de la tabla $datos = array($respuesta); echo json_encode($datos); JS file, wher...
asked by 14.02.2018 / 08:36
1
answer

Access nested JavaScript functions from HTML

I have the following JS code and I try to access the functions start() and stop() from a div with the events onmouseover="" and onmouseout="" : NewsScroller = function(id, speed) { this.start = func...
asked by 14.02.2018 / 00:26
1
answer

Events with drop-down lists

How to make an "event" occur when you choose an option of select name="SistemasOperativos" and from this select show another list.  that is: name="ClasificacionWvista" , name="ClasificacionW7" or name="Clasif...
asked by 09.03.2018 / 23:24
2
answers

How to put a container-fluid that occupies 100% of the pag

I have a problem, I want to place a container-fluid occupies 100% of the page so you can place inside a container to place it in the center. <div class="container-fluid bg-success" style = "height: 1000px"> <!-- Container total de la...
asked by 06.04.2018 / 05:06
4
answers

function document.getElementsByTagName does not work

I have the following code in html and it is supposed that I should click on the first paragraph to execute the alert of the javascript file but nothing happens with any browser, I have seen that many people have this problem, why is it? the h...
asked by 04.11.2017 / 04:10
2
answers

Play sound when changing content in a table

I'm trying to create a function that will play a sound when some element of a table changes, I was trying it in the following way: $(document).ready(function(){ $("#hor-zebra").change(function(){ document.getElementById('bflat').play()...
asked by 07.11.2017 / 13:26
1
answer

CSS And JS in Font Awebsome icons

I have a problem with css that I have not been able to solve, I have a few icons of font awebsome and I want to place them inside the circle of color but I have not been able to upload the icons, I have the icons in a list, and also how I can do...
asked by 17.11.2017 / 03:34
2
answers

Clean / Reset several forms

In my code I have 2 forms that once sent, I would like the previous data to be cleaned in each one of them. Currently only "clean" the search data of the "faith" form <div id="actualiza"> <form name="fe" action="" method="post">...
asked by 02.11.2017 / 16:19