Questions tagged as 'html5'

0
answers

Auto Update csv file in HTML Table with Ajax

I have a JS code here and it runs with Ajax. In the subject created I would like to load the csv already selected in the site, and every time I reload the page it loads the csv in the html table. No need to select and thus generating Auto Update...
asked by 31.10.2018 / 17:51
1
answer

Error executing js

I have the js code (below) to change the name of a link, but the script does not work. And when I do the console it works normally. Can someone tell me what it would be? The script is at the end of the html document. <script> var tex...
asked by 09.11.2018 / 15:57
0
answers

Logging In Dynamically

Hello, I have a mobile app that uses html, css and javascript and works as a simple web system interface. This app uses an iframe on the main page to open this system. The web system has two login and password pages and one for data visualizatio...
asked by 24.10.2018 / 16:11
1
answer

Bold the title of a span [duplicate]

Hello, I need to put my title text in bold. <span title="teste">teste</span>     
asked by 23.10.2018 / 22:13
1
answer

Tidying up inside tr

Good morning! Personally, I still need to improve my skills on HTMl and CSS . I am making a meeting minutes and I am having difficulty aligning TD's that are inside a table TD is appearing on the side of TR fo...
asked by 18.10.2018 / 15:05
0
answers

Error finding zip with jquery via zip

I am developing an edit page where the user data is displayed on the screen. In it, we have a new address button, clicking it opens a modal with the address fields (zip, street, neighborhood etc ), but this modal is formed in jquery by clicking...
asked by 19.10.2018 / 15:02
0
answers

Behavior img srcset tag for use of responsive images

Hello, I'm using the html tag <img srcset = "imagem.jpg, 400w, imagem1.jpg, 300w" sizes="(max-width: 300px) 300px,(max-width: 959px) 400px"> In browsers Edge and Mozilla, works perfectly, the image is selected according to the...
asked by 15.10.2018 / 23:56
0
answers

How do I make a javascript function work for a series of the same components individually?

For example: I have this function that checks if the checkbox is checked, but it is working in general and not individually since these components are inside a table, the components are generated like this: var table = $('#tableproduct')....
asked by 22.10.2018 / 13:54
0
answers

How to create a return file in .PHP

Hello, thank you very much for your help. I have this code inside my index.html file, I need to create 3 php return pages. as follows: Code 1 function popupImagem(tipo, comprar, compartilhar) { if (comprar == 1) { salvaJogoCom...
asked by 09.10.2018 / 15:15
0
answers

Parameters with ':'

I tried to send a headers and had the following error: "Invalid header name b ': authority'" And this error is repeated for: ': method', ': path' and ': scheme' The question is, should I send it without the ':', or can I go without submitting...
asked by 13.10.2018 / 23:15