Questions tagged as 'html5'

0
answers

How to invoke a url on the node into an html page? [closed]

My files are these ... regressao.js ( regre.list(data) That computes the regression and returns values for atualizaPa.js ( atualPA.atua(data,palavra) var db = require('../config/db_config.js'); //Definição do CON...
asked by 05.08.2016 / 20:04
0
answers

How to uncheck a checkbox when another one is selected?

<t:selectOneRadio layout="pageDirection" forceId="true" forceIdIndex="false" id="selectCodigoProcesso" rendered="#{!bkbCadastroPessoaJuridica.orgaoEntidade}" styleClass="e...
asked by 23.05.2016 / 20:27
1
answer

ASP.NET Search Box

I'm having trouble creating an item search box. I'm already a beginner. I want the user to type a name in the search box to display the items that contain the name that the user entered or a part of it, for example: the user entered material...
asked by 24.05.2016 / 22:05
1
answer

Difficulties with css element positioning

I need to sort the placement of this menu the footer is totally out of color, the black color is above it, the positioning of texts and images are OK, however the CSS elements and even the body is out of position /* efeito dentro do co...
asked by 09.05.2016 / 20:45
1
answer

Calculating items sales order jquery

I have a problem that I can not solve. I have a sales order screen where it has to do the quantity calculation X unit value = (fill in the total value and add up to the total of the order), how do I To do this calculation with jquery someone can...
asked by 31.05.2016 / 20:19
0
answers

How to select field contents when receiving focus?

I have a problem that seems to be simple, but it has taken me a long time looking for possible solutions and so far I have not been able to solve it. I need to select the contents of an Input in an HTML form with Bootstrap when receiving focus...
asked by 19.04.2016 / 15:34
2
answers

Save form data without updating the image

I have a registration form and this form has a registered user profile image. The insert and update of the image are working perfectly. The problem is when I update any data other than the image, the system does not save, ret...
asked by 27.04.2016 / 18:35
1
answer

Change the contents of a DIV from another site

Good afternoon, I'm having a hard time finding a way to make two divs communicate and I need help finding out what I can use to make this communication For example, an object will send a command from site2 and will change a url inside a di...
asked by 24.05.2016 / 22:43
0
answers

How to scroll horizontally on tumblr?

Hello! I've tried many tutorials, but I can not get anything. The basic theme I'm trying to change is the next . Writing the following does not make the horizontal scroll happen, it just blocks the vertical: body { overflow-y: hidden;...
asked by 21.05.2016 / 22:34
0
answers

Store video session within session or php cookie

How do I store the time of viewing a video (html5) in a session or cookie with php? The idea is to create a mini video platform, and store the runtime inside a session | cookie, and when the user sees it again, start from where it left off....
asked by 01.04.2016 / 19:09