Questions tagged as 'html'

3
answers

.serialize () only of the line marked with checkbox

I need to serialize () only on the lines selected with the checkbox <form id='form'> <table class='table table-bordered'> <thead> <tr> <th>Código</th> <th>Produto<...
asked by 26.10.2015 / 19:55
2
answers

How to access an element inside another HTML element with pure JavaScript

I would like to know how to access an element within another element through the id using pure JavaScript. Currently I use getElementsByTagName('a') but as in my project I will have several elements of the same type, it will not be usu...
asked by 26.08.2014 / 20:09
4
answers

Right menu in each row of a table

I have a table and I'm trying to create an action menu by right clicking on each row of the table. It is partially working the problem that I can not make the script select the context menu for each line it is always catching the last. I'v...
asked by 22.08.2014 / 22:53
2
answers

Difference between button types

What's the difference between the following components? <button type="button">Click Me!</button> <asp:button ID="cmdAvancar" runat="server" >Click Me!</asp:button> <input type="submit" value="Submit"> I say for...
asked by 09.02.2017 / 19:02
2
answers

How to hide one element after a certain time?

So, I have a div that appears every time I submit a form, I wanted to know how I can fade this div after some time.     
asked by 08.01.2017 / 00:05
1
answer

Centralize nav element

I can not centralize the <nav> element HTML: <nav class="menu"> <ul> <li><a href="index.html">Home</a></li> <li><a href="#">Responsive</a></li>...
asked by 06.05.2014 / 18:32
3
answers

How do I lock a responsive page in portrait?

Is there any solution to display the web page always in portrait (portrait) on mobile devices, even if the user rotates to the landscape mode? That is, always locked in portrait.     
asked by 13.03.2014 / 20:42
1
answer

Error with Ajax navigation ("XMLHttpRequest can not load ...")

I'm trying to use a navigation without refresh on the page, but when I click the link, it gives this error: XMLHttpRequest cannot load file:///Caminho.../paginas/login.html. No 'Access-Control-Allow-Origin' header is present on the request...
asked by 07.02.2014 / 14:55
2
answers

div stops being updated in IE11

In a project I'm developing, I need to update some fields on the page every 50ms (this is adjustable). The problem is that when I test in IE, the fields are no longer updated from time to time, with no explanation whatsoever. Usually it w...
asked by 17.02.2014 / 00:07
2
answers

How to change the text of the OK button for Alert?

Personal I need an Alert with the "Confirm" button instead of the "OK" button. How do I do this?     
asked by 27.03.2014 / 13:05