Questions tagged as 'html5'

4
answers

Website adaptable to different resolutions [closed]

I designed a website on a PC with a resolution of 1600 X 900 and looks like this: Then I visualized it in different resolutions and it looks very bad. For example, the following image shows 1366x768: What is the best solution t...
asked by 11.05.2016 / 17:04
1
answer

I do not get the desired result in Bootstrap

I'm starting with Bootstrap creating a page header, based on the page of this link link and a JavaDevOne tutorial on yt. My problem is that the result I get is not the one that is consistent with the example of bootstrap or the tutorial. I...
asked by 28.09.2017 / 17:09
2
answers

get input value generated dynamically by jquery

Friends how could I take the input value generated dynamically by jquery, I saw examples that put div containers but it does not work, your help by facvor     
asked by 04.10.2018 / 00:01
1
answer

how to leave a select option by default

Hello, I need to show an option of the select already selected, I want it to show selected the option of Select salary This is the code that I have but still does not show me anything selected, it shows me the empty selection select#selects...
asked by 20.08.2018 / 03:10
2
answers

Deactivate controls using JavaScript if there are elements in a TextBox

I have this TextBox in which when I update the page you can see div as windows with a "MouseOver" event, what I try to do is the following: When I refresh "N" times the page that in the first instance these div do not g...
asked by 08.04.2016 / 22:32
2
answers

Multiply elements of the same jQuery class

I have the following problem I need to multiply two values according to their class but I have more than two boxes where the values are to be multiplied, the multiplication nothing else does to me once here is my code <div> <div cla...
asked by 16.08.2018 / 03:11
2
answers

How can I give a margin to the text of the checkbox?

I have the following code: var fieldSet = "<div class='checkbox'><label><input " + propRequired + " data-is-common-control-note='" + IsCommonControlNote + "' data-is-required='" + IsRequired + "' class='input-details' type='ch...
asked by 18.04.2018 / 17:28
1
answer

HTML5 Storage supports 5MB per variable or per web page?

I have a question, I am starting to use the localStorage HTML web storage but I do not understand if the capacity it accepts is per web page or per varible. I hope you can get me out of doubt, thank you very much.     
asked by 31.08.2018 / 07:59
3
answers

How to use a path of a file to load it in a variable in javascript?

I am making a web page and I want to always take a txt that I have in the root folder and load it in a variable to then manipulate the data of that txt without having to load it with a control input. That this route is always fixed and that it i...
asked by 19.04.2018 / 17:27
1
answer

How to align lists in columns with Css? [closed]

I have 4 lists (Company, Services, Rate a Services and Contacts) and I need to show them on my page as in the image but by assumptions in an aligned way, what should I do ???     
asked by 02.11.2016 / 20:25