Questions tagged as 'html'

1
answer

Get value from a hidden input

I have a span that shows values from a range noUISlider, of that span I want to take the value it throws when I move the selector and store it to use it in a mathematical operation (multiply I divide by another value) and that resu...
asked by 15.01.2018 / 16:20
1
answer

How to center a menu

Hello everyone, I am trying to focus these div but I could not and I would appreciate your help. * { margin:0px; padding: 0px; } #header { margin:auto; width:600px; font-family:Arial, Helvetica, sans-serif; } u...
asked by 03.02.2018 / 18:28
2
answers

How to add different actions to the buttons generated in php

Good, You are trying to add an action to each button that is generated with a query, as you can see I do 3 actions for each items : modify | See | Approvals . See PDF files in How can I add one action to each button for each record...
asked by 18.01.2018 / 21:00
1
answer

Problems with styles when repeating input number in bootstrap 4

Hello, I am having problems with an input form of numbers, it turns out that when I repeat the whole div, it only takes style to only one. (function ( $ ) { $.fn.bootstrapNumber = function( options ) { var settings = $.extend({...
asked by 14.06.2018 / 17:05
1
answer

Use the onclick in the list of options

I have the following html code drop-down list, with which I need to link some already designed reports <label class="w3-text-teal"><b>Tipo de Reportes&vert;</b> <select name="Lista" class="w3-border">...
asked by 09.03.2018 / 05:18
1
answer

Error parsing header X-XSS-Protection: 1; mode = block;

I am trying to attach to my website a simple iframe taken from youtube. The issue is that (work with wordpress), do it from the code or do it through custom fields with an editor, or direct in a post gives me the following problem. Error parsi...
asked by 06.03.2018 / 15:12
2
answers

how to change the image of a carousel

good morning I'm doing a project with bootstrap and I'm new using it I'm trying to create a carrousel as indicated in the documentation but it does not work for me. I am looking for what may be the reason but I do not find it I wou...
asked by 08.03.2018 / 08:14
2
answers

Extract value from a div tag

I'm trying to get a value like this var pgr = $("#myProgress").val(); var mbar = $("#myBar").val(); Only that it returns empty to me "", if I do with the var prg = document.getElementById("myProgress"); I get something like the followi...
asked by 08.05.2018 / 22:07
1
answer

How to give good appearance to the form on my website?

I am trying to create a contact form which shares the screen with my personal data: name, address, etc. Osea my data on the left and the form on the right, leaving margin between them and left and right of both. Once they showed me (Alvaro Monto...
asked by 12.12.2017 / 01:08
1
answer

get icon name and show it in input with JS

How to do so that by giving click icon, I can send the icon name to input , in this case I need to send input what contains the class of my tag i < i class="fa fa-android"> < /i>     
asked by 17.11.2017 / 05:05