Questions tagged as 'html'

3
answers

Table showing undefined that does not exist

I have a javascript generate a PivotTable. Looking at Stack Overflow I looked for methods to print a report from this table. In my case, when the user clicks Imprimir tabela opens a page with the layout of the report table,...
asked by 17.07.2017 / 18:23
1
answer

How do I put the div at the top of the page, playing right at the top

Well, I have the following code: <style> body{ background-image: url("imagens/fundo.png"); background-repeat: no-repeat; background-size: cover; } .logo{ margin-left:10%; } .linha1{ margin-left:20%; background-color:#ABABAB;...
asked by 16.03.2017 / 10:40
2
answers

When triggering an event in an array element (with querySelectAll) trigger only one element of another array (also with querySelectAll)

In the code below, I would like that when passing and removing the mouseover and mouseout ) on a li , change would be made only in the corresponding element to this li , in this case, the tags a and i within li...
asked by 14.03.2017 / 17:30
2
answers

I can not type in input

I have a problem landing page that I'm developing. I'm not a professional developer and I've never had a similar problem. I can not type in any of the inputs you have on the page. I saw some links where the problem was a div over the inputs,...
asked by 28.08.2017 / 15:52
1
answer

How do I make an IF and disable a field using script

I would like some help, wanted to make an IF to disable or enable a field that comes with a value of 1 or 0. $(document).ready(function () { $("#btnProduto").click(function () { $.ajax({ type: "POST", url: "Selecionar",...
asked by 26.08.2017 / 15:24
1
answer

Register in the mysql database an array

I would like to know if it is possible to insert multiple values inside a variable in html, pass via POST to php and register each one in a row in the database. For example, enter multiple names through the name="name" field. add everythin...
asked by 29.08.2017 / 02:44
1
answer

Interaction between pages

I have a question and would like some tips to update a page through another page. Example: On page "A" I have a list of products and a link to page "B"; The "B" page will open in a new tab and have a form to include new products. I woul...
asked by 31.03.2017 / 09:35
3
answers

upload content after an element

I'm trying to make a function to load a content with .load() of jQuery , .load() receives a parameter param that would be the address of the file. And I would like this html to be loaded after a specific element...
asked by 21.02.2017 / 03:45
1
answer

Links do not align on each div in a Footer

Hello! In the development part of my site (in HTML5, CSS3), I came across a problem in the links in the Footer sections, which both placed inside div tags do not align vertically below each section, causing collapse. I will attach an image with...
asked by 14.02.2017 / 15:44
1
answer

Sending Data via Link (POST or GET)

Good morning my dear ones, I'm new here ... First of all, I want to point out that I already read the topics that exist in this forum and I could not solve my problem! My problem is to send only the id of the bank from one PHP page to anot...
asked by 18.02.2017 / 12:44