Questions tagged as 'html'

0
answers

SEO, How likely is Googlebot to read this Rich Snippets code?

What are the chances that Googlebot will read this Rich Snippets ? Tips on how to improve are welcome ... I can only use Front-END , otherwise I would have used PHP to resolve this. <script type="text/javascript" src="https://co...
asked by 06.10.2017 / 15:33
2
answers

Filter with JQuery, Json and Input

I have a list of inputs with type checkbox, with values that are loaded from a JSON file. I would like to know how to make a filter, so that by clicking on a particular checkbox, the products (which are loaded from another JSON file) are filtere...
asked by 19.04.2017 / 08:10
2
answers

How to display data from a query in Modal?

I have button type="button" and I want it to capture information from my texts so I can query MySQL and display that result in a modal >. However, I am only able to capture this data in button type="submit" and this type="s...
asked by 28.04.2017 / 18:01
2
answers

Selector in CSS differences [duplicate]

What's the difference between: .figure-box>figure>img{ width: 440px; position: relative; } To: .figure-box figure img{ max-width: 100%; position: relative; transition: transform 0.6s; }     
asked by 25.04.2017 / 19:48
1
answer

Mask with jQuery or HTML

the mask I need is this: 0000000-00.0000.0.00.0000 As I type in the input is filled from right to left preserving the zeros on the right until it reaches the limit of characters in this string. Examples: 0000000-00.0000.0.00.0000...
asked by 28.04.2017 / 09:02
1
answer

Open Input File file with JavaScript [duplicate]

I have a form with only input of type file and a submit button. I want to get the contents of this file txt and save it to a variable, without giving refresh and without doing upload of the file before, all w...
asked by 14.09.2017 / 03:08
1
answer

I can not select the dynamically created radiobuttons

I'm having a hard time manipulating radiobutton components dynamically created when I click the button, but I'm having a small problem, when I click on the generated radiobutton, the selected component is the main component contained in the tabl...
asked by 03.04.2017 / 02:21
1
answer

How can I pass this code snippet to localstorage?

<script> navigator.geolocation.getCurrentPosition(function(position) { document.cookie = "mylat="+position.coords.latitude; document.cookie = "mylng="+position.coords.longitude; }) var mylat = Number("<?php print_r($_C...
asked by 31.03.2017 / 14:03
0
answers

PHP coding problem, character error in PDF file

Well, I have a problem that is not very unusual, I've seen some similar questions and none of the answers helped me. I have an HTML form where the information in it is being captured via POST by PHP , so far so good. To save this data as...
asked by 09.08.2017 / 14:03
1
answer

Option width within select

I have <select> where the texts that are in <option> are very large. When you expand the <select> on the screen the options exit out of it. I need a solution for the whole text appearing on the screen, not...
asked by 24.03.2017 / 19:10