Questions tagged as 'html5'

2
answers

Resize Carousel Bootstrap 3

Hi, I have a bootstrap carousel and I would like to modify its size but I can not do it, and I tried to apply modifications to the main class, but I only reduce the size of the carousel in case of the carousel images. How do I establish a custom...
asked by 07.07.2016 / 21:39
3
answers

How to show local time with PHP?

Try the following script: <?php $hora = date("G:a"); echo $hora; ?> Select the G format to print the time without the initial 0, but print me 14: pm and on my computer it's 11: am, how do I synchronize php with my local time?     
asked by 09.06.2016 / 16:26
2
answers

how to set up htaccess to be able to embed .php in HTML files

I have a web in html, css and javascript (without libraries or framework) and I need to embed footer and external header to make it easier to maintain. I found the following code that would solve it, but they clarify that, if it does not work, t...
asked by 13.12.2018 / 12:18
3
answers

Add keyup to an input when it is created by javascript and not by html

In JavaScript I'm creating a input and I'm adding classes. I want to add a keyup . // Creacion de input para "monto" var monto_inp = document.createElement("input"); monto_inp.name = "monto"; monto_inp.placeholder = "Monto"; monto...
asked by 21.08.2018 / 15:55
1
answer

Problem with CSS property to scroll [closed]

I have a chat, and as you know, I have to make it scroll in some way where the messages are seen. For that I have the property overflow and I put the value to him auto, but this does not show the last message once it is sent, it is necessary to...
asked by 23.07.2018 / 06:52
2
answers

Apply a style to the single pulsed element

I have a problem, I am using jquery, and I need that when I press an element a style is applied, the problem is that all the elements have the same class and I can evaluate it with the event object that I receive the function, but that's only wh...
asked by 15.03.2018 / 01:19
2
answers

How do I make 2 accordions open at the same time?

I have 2 accordion on a web page, the problem that I have is that I need to make the 2 accordion be open.    Example: The 2 accordions are closed by default Accordion 1 = Cerrado Accordion 2 = Cerrado    at the moment of clicking on...
asked by 21.06.2017 / 16:03
2
answers

A javascript script does not work for me

I have the following code, the part of css and html5 works very well, but I can not know why the script is not executed, from the button I call the function verificación(); through the event onclick , but when y...
asked by 06.05.2017 / 04:00
2
answers

Get the value Jquery of button with same id = 'remove'

Good day friends I have a problem, I have a foreach where I printed a botton with id="remove" with different value, I would like to press the button to send the value of that button and then process it with an ajax request and send that data per...
asked by 30.03.2018 / 22:19
2
answers

Refresh Without Reload Page

I am using DataTable which I have put some buttons that are not own DataTable but buttons of BootStrap. The question is: How to reload / update that table or delete that row from the table when I press the delete button without having to use a w...
asked by 04.01.2017 / 16:14