Questions tagged as 'html5'

2
answers

Can flashing light be placed around an image?

Good day, I would like to know if it is possible to place an intermittent glow on the edge of an image or a div when loading the page (like an advertisement). Thanks.     
asked by 13.06.2017 / 23:14
3
answers

how can I achieve spacing between checkboxes

I have a div which contains checbox and I would like to be able to separate them from each other a little more, because they are very close, someone could help me please. This is my code: <div class="form-group">...
asked by 15.10.2018 / 22:49
2
answers

add inputs with jquery

I have a form in html and I need the inputs to be added when adding value to them (lose the focus), I've tried with a class in this way function calcular_total() { var importe_total = 0 $('.amt').keyup(function (){ $(".a...
asked by 09.12.2016 / 18:33
3
answers

Collect body external url javascript and load it html

Dear colleagues: I am sending this question in case someone would answer it. I have an external url (index4.html) in html that I would like to remove the body from and upload it to my current html page. I currently have this code in (index2.h...
asked by 17.12.2016 / 12:03
2
answers

Select second column of a datalist

I have a datalist that I dynamically feed and I'm adding it to the datalist element. objJson = JSON.parse(data); $.each(objJson, function (i, item) { $('#entidadesLst').append("<option value= " + objJson[i].id + " >" +...
asked by 04.10.2018 / 14:24
2
answers

Clean Inputs and TextArea of a form in a Modal of Bootstrap

The code of the table with the buttons is as follows: <table class="table table-striped"> <thead> <tr> <th>Fecha</th> <th>Título</th> <th>Estado</th>...
asked by 27.10.2018 / 18:26
2
answers

Problems with transform and z-index CSS

Hello Stackoverflow community! As you can see in the image, the problem is why my 3D effect exceeds the z-index of the div that is closest to the user? This only happens to me in Safari, in the other browsers it works correctly. The...
asked by 01.08.2018 / 05:23
2
answers

Activate modal window with an Enter

I hope you can help me with this problem I am new and I would like to do this ... I have an input in which I enter information I value it with some conditions and depending on whether it is true that a modal bootstrap window appears. But I want...
asked by 17.07.2018 / 23:01
2
answers

How to make a code box with style or color-scheme

Hi StackOverFlow colleagues, some time ago I wanted to make this style of code box but I really do not know how to start, or what library I can use to do this. Here I leave an image of what I want to put on my website. I am attentive...
asked by 28.05.2018 / 19:29
1
answer

How to replace only part of the value of an attribute?

I want to replace ONLY PART of the value of href attributes in a document but I can not find it well how to do it, to see if someone gives me a help. I add that I want to do it only with Javascript, without Jquery or another library. I want t...
asked by 09.09.2018 / 08:13