Questions tagged as 'html'

1
answer

jQuery - function .prop ()

I have a input that is disabled by default, however I wanted to enable it in loading the page through jQuery, but it is not working. Code of input : <input type="text" title="Número" name="billing[street][2]" id="billing:s...
asked by 23.09.2017 / 15:36
1
answer

Uploading image with JS

Good afternoon, I'm trying to upload image using JS but I'm not getting it, I'm not using jQuery, I'm using Axios. So far, I've tried it that way var files = document.getElementById("inputPhoto").files; axios.post(url+'api.php', {...
asked by 18.06.2017 / 17:09
2
answers

Efficiency of reset html x reset javascript

I was creating a button to clear form, and I came across the function of HTML type='reset' but I was accustomed to using JavaScript for this to occur. So I wanted to ask for help to understand the difference in efficiency from one to...
asked by 21.11.2017 / 13:57
1
answer

DIV Tags occupying the same space?

I have the following code that shows the <div> only when a certain option of the first <select> is chosen, but it leaves a giant space on the page, due to having the <div> tags and they are only hidden , is...
asked by 20.11.2017 / 18:34
1
answer

Get html from a tag, including the tag itself

How would I get a part of my html along with the tags? For example: I wanted to get this span inside the TD, in case I wanted it all together, until the tag <span> , got it?     
asked by 23.11.2017 / 01:55
2
answers

Can I set ids and classes in styles, scripts, etc?

Can I set ids and classes to style , script , etc? Example: <style class="teste" id="teste"> /* Meu codigo aqui */ </style>     
asked by 18.08.2017 / 16:56
1
answer

Display original text, with broken lines, inside the tag a

I'm trying to put a text with more than one paragraph as a link, but the display inside the tag % with% removes any line breaks that are in the text. I'm doing the following: <a style="cursor: pointer;" onclick="wpquery_link_filter(' <?...
asked by 18.08.2017 / 14:38
2
answers

Does one script start executing only after the other or at the same time?

If I load two scripts by html the second one will start running only after the first one has loaded or at the same time the first?     
asked by 27.07.2017 / 18:29
1
answer

Problems with HTML5 video caption

I made this little code based on what I read on the internet, but the captions do not appear in any browser I've tested. <div class="embed-responsive embed-responsive-16by9"> <video poster="filmes/A-cabana-HD.jpg" class="embed-respons...
asked by 27.07.2017 / 23:56
2
answers

Meter with percentage

I have a system for evaluating the services that my company offers. I need to display a "meter" of ratings with percentage. Something like that this draft but I have no idea how the front-end . I have the backend of the percentage running...
asked by 21.08.2017 / 16:12