Questions tagged as 'html5'

0
answers

Which html markup for menu, which consumes fewer browser features?

Below is a simplified HTML markup for a menu that I use: <ul> <li><a href="#" title="Teste X">Teste X</a></li> <li><a href="#" title="Teste Y">Teste Y</a></li> <li><a href...
asked by 26.08.2016 / 02:19
3
answers

Capture text inside a td via jQuery

How do I get hold of the value (R $ 11.20)? <td class="monetary" databind = "text: value label, visible: $parent.isShippingKnown()">R$11,20 </td> It did not work, and it has this other structure, I need only the text: "$ 8.62 -...
asked by 26.07.2016 / 02:46
1
answer

Gallery of css images in list form (limit and center the images on the screen)

Hello, I have a page where I want to organize the images in the form of lists I think the example will explain better, but the idea is to organize the images of 3 or 4 by line (space) and with margin on the right and left of 5vh! Thanks <se...
asked by 16.07.2016 / 21:53
1
answer

How do I clear data I got in a database search using ajax?

How do I clear data I got from a database search using ajax? Because when I do a second search it merges the searched data. var nuevos_marcadores = []; var marcadores_bd= []; var mapa = null; function limpiar_marcadores(lista) { for(i in lis...
asked by 13.06.2016 / 20:34
0
answers

Page scrolling after div with internal scrolling

In the middle of the page I have a div with an internal scroll, when I scroll the page and I get to this div when using the mouse wheel I get stuck in it, when the div finishes scrolling does not continue to the rest of the page, there is a way...
asked by 04.07.2016 / 20:20
1
answer

print problem with canvas html5 [closed]

I have a form that prints query forms, forms created using canvas, and can print n-times copies, each with a numbering that increments on the form. At any given time, the form definition becomes extremely degraded, and it is not possible to read...
asked by 04.07.2016 / 22:10
2
answers

Error with PHP function

Hello, I am developing this system for study purposes and whenever I try to do some operation like register, edit or delete I get the error message: "Fatal error: Call to undefined function logged_user () in / opt / lampp / htdocs / projects / es...
asked by 07.06.2016 / 03:37
2
answers

Hidden attribute in span / span element does not work?

Save! I think it's a fairly basic question, but come on. In one of the views of the application a table is mounted and in the rightmost column two elements are included to type span . At last I included the hidden (hidden="hidden") attribute....
asked by 02.06.2016 / 19:11
1
answer

How to simulate a "min-top" in css

Does anyone know of a way to simulate a " min-top " in an element? Maybe using JS or Jquery ... I'm using scale() in an object, but the function causes the element to change position. I would like that when I apply scale() th...
asked by 21.06.2016 / 21:48
1
answer

Add row in jquery with SessionStorage

Good afternoon I am trying to make a kind of form where I save some values using sessionStorage and when I return the code, I want to display the values in an html table, but the numbers do not show in an exact sequence, has anyone had this prob...
asked by 08.06.2016 / 23:39