Questions tagged as 'html5'

1
answer

Hide and show div after a certain time

I'm creating the screen of a system that will show graphics and will be displayed on a TV. There are two class one .tela-01 and another called .tela-02 that is with display: none. I would like it to change between these two screens every 10 seco...
asked by 01.05.2018 / 00:04
1
answer

Why do font-faces not work from one pc to another?

Hello! I created a website on a computer with external fonts, using the @ font-face tag. However, when I went to open the html document on another pc, the file did not load the fonts. I put the font-face and class to call it in html @font-f...
asked by 27.04.2018 / 05:04
1
answer

How to group buttons inside a column in a table so that they do not change when the column is adjusted

I have a table that has 4 action buttons inside a cell of a column. When the names begin to get larger in size, the table starts to auto-adjust and in the Actions column the 4 buttons are released and some of them begin to descend to the bottom...
asked by 28.04.2018 / 21:22
1
answer

Add values to a deserialized JSON object attribute in Javascript

My problem is this: I am retrieving a Json object from localStorage via Javascript, and wanted to add a value to one of these attributes, and then save the evolta object to local storage. However, when doing the operation: object.attribute = obj...
asked by 29.04.2018 / 15:29
1
answer

Forcing divs with text to remain on the same line?

I have the following HTML structure: <div class="cloud_current_folder"> <div data-folder-name>My Cloud</div> <div data-spliter></div> <div data-folder-name>Documents</div> </div>...
asked by 23.05.2018 / 19:19
2
answers

Is it possible to customize an alert?

Between an if and else I have a call from an alert to return a response to the user, since the alert layout itself is not very much in line with the site layout, I would like to know how I can customize it. if(ainput5 == false || ainput4 == fa...
asked by 11.06.2018 / 05:08
1
answer

How to center select option text?

Well, how can I centralize the text of the option within the select? Or is there not such a possibility?     
asked by 25.04.2018 / 22:49
2
answers

Autofocus and Required in hidden fields by javascript

I have a field to select two other fields. When it shows the field situation hides the other div and vice versa, this is working perfectly. I would like to know how I can do to give an autofocus required when the selected field is visible, becau...
asked by 22.05.2018 / 23:07
1
answer

delete javascript content by name

I need to delete and change the specific plan created with the variable list! every time I delete, deletes all and if I change it deletes all and changes one so! function planoCriado() { var lista; lista = document.getElementById("no...
asked by 22.05.2018 / 17:11
1
answer

how to put Rss feed in an HTML page?

Look at the website. Free RSS Widget I have the following code; <!-- start sw-rss-feed code --> <script type="text/javascript"> <!-- rssfeed_url = new Array(); rssfeed_url[0]="http://esporte.uol.com.br/ultimas/index....
asked by 18.04.2018 / 18:40