Questions tagged as 'html'

1
answer

$ .post runs twice

I made a code in javaScript in which I make requests in php and with the return of a json I populate my html, the problem is that at some point I need to execute the javaScript code but I can not make it stop, $ .post is triggered at the click o...
asked by 26.10.2018 / 01:53
2
answers

How to change URLs for anchor links?

How do I change that "#" sign for anchored links? I am creating a slide menu in CSS and it is horrible this sign in the browser bar. Is there any workable solution? I read about jQuery Address, but I confess I did not understand "bullshit"....
asked by 29.06.2014 / 08:06
1
answer

Image change as the form field is chosen

I want when I select, for example, the Ches option replaces where% is NOME automatically in HTML. .goleiro-1 { height: 70px; width: 70px; background-color: #fff; border-radius: 50%; box-shadow: 0 4px...
asked by 20.12.2018 / 19:13
3
answers

Position of a text in relation to the upper line

I would like to know how to align a text vertically, what about a previous letter word / letter? When I use only the space bar I can not get the result. Would you have some code for this? For example, let's say that I want to align all the nu...
asked by 01.09.2014 / 04:51
1
answer

Problem with HTML Handling with PHP

Fetch in the echo <p class="play">$row[/"email/"] </p> part of a syntax error    Parse error: syntax error, unexpected 'play' (T_STRING), expecting ','   or in C: \ xampp \ htdocs \ a \ index.php on line 20 Does not rec...
asked by 17.10.2018 / 19:01
1
answer

Display first image of a dynamic table in php

I would like to know how to display the first image of my MySQL table? I used a dynamic input file, so I can have multiple names saved in a single table that in this case is the image. However, I'd like to know how I display only the first on...
asked by 12.10.2018 / 20:14
1
answer

Transition of css and html image

Well, I'm starting to get interested in html and css, I've been studying and I've taken a course, and I'm doing that site. I made a transition for when it scrolls the sidebar, but I wanted it to be smoother transition with image, with the text I...
asked by 15.10.2018 / 23:07
1
answer

Previous button disables when clicked on next

I have two buttons that are created according to what comes from api: <div class="col-2"> <button type="button" class="btn btn-success button-ok botOk" value="${element.NUMOS}" id="${element.COD_PROD}" onC...
asked by 17.10.2018 / 16:22
2
answers

Remove specific input file type="file"

I made an input as follows: <input type="file" id="arquivos" name='arquivos[]' multiple onchange="funcao_listar()"> When you click the button and select the various files to upload, it lists the file with the delete button next to it...
asked by 15.10.2018 / 20:58
2
answers

hasFocus () check in tag a

Hi, good afternoon. I have the following HTML code: <section class="sectionQuemSomos"> <a class="iconQuemSomos" id="QuemSomos"> <img class="img-fluid" style="height: 80px" src="assets/img/icos/Icone_Quemsomos.png">...
asked by 02.08.2018 / 18:19