Questions tagged as 'html5'

1
answer

Bootstrap v4.1 - Notification displaying incorrectly

I use this plugin here: link Follow JSFiddle: link Follow the full CSS: link See the code: .notifications { list-style: none; padding: 0; } .notification { display: block; padding: 0.8em; border-width: 0 0...
asked by 31.05.2018 / 01:54
1
answer

Video Tag using youtube Stream

Would there be any way to include the youtube video without using the iframe provided by the API in the Incoporation method? I'd like to insert into a tag, for example. I have the following code below: <video id="meuVideo" controls au...
asked by 31.05.2018 / 02:46
1
answer

Password verification with Java script [duplicate]

I have a password change code on my page. How do I do with javascript to compare if the new password entered in the two fields are equal? Here is my current code: <!-- Modal 4 --> <div class="modal fade" id="password" role=...
asked by 29.05.2018 / 00:33
0
answers

Sorting (sortTable)

I'm trying to create a sort order in the columns of a table but it does not sort smaller > greater and greater > smaller and still strip all the styling of the table : Obs. The contents of the table are populated dynamically....
asked by 28.05.2018 / 15:24
0
answers

Problem with Fetch and Json in Jquery Javascript

I have a problem with Fetch Javascript let url = "https://www.teste.com.br/ws" fetch(url,{ mode: 'no-cors', method: 'GET', headers: {'Accept': 'application/json','Content-Type': 'application/json'} }).then(funct...
asked by 25.05.2018 / 23:13
2
answers

As per the text side icon?

Well, I'm trying for an image, icon on the side of a sentence, but the image goes up, it's up. How do I resolve this? Ex: (icon) Contact Us     
asked by 25.05.2018 / 22:30
1
answer

Calling file.html from a function

The most common is that links to other html files are made through the <a href> tag, however, how would I call a .html file from within a javascript function? That is, the user clicks the link whose onclick event is pointing to an...
asked by 30.05.2018 / 23:20
1
answer

Is there any way to translate the months into the input type date?

How do I translate the input of type date? no html I paid lang="pt-br" but still still English. The image is just an example!     
asked by 25.05.2018 / 16:34
0
answers

Download jQuery file

I have a jQuery click function and wanted me to click on it button to download a PDF file, how do I do this function? $('#download').click(function() { //seria aqui a função } <button type="button" id="download"> Dow...
asked by 25.05.2018 / 16:09
1
answer

How to display the tr's side by side with the td's one below the other inside the html table?

Good afternoon guys, I have a table html where I'm displaying data coming from the database on the table (tr) lines, I'm trying to display the lines on the table side by side with the td's one below the other and I want it to have horizontal scr...
asked by 25.05.2018 / 00:39