Questions tagged as 'html5'

1
answer

I need an item from my select to be selected, Angular

I have a select component <div class="form-group col-md-4"> <label>Entidade:</label> <select ng-model="distrito.entidade.idEntidade" class="form-control"> <option value="{{dis.entidade.idEntidade...
asked by 02.10.2017 / 20:53
1
answer

How to use the aotext botepage plugin correctly

I'm trying to use this plugin here botepage The problem is that I can not insert any content inside the divs, on page 1 for example say that I want to put "hello" on page 2 say that I want to put "hi" as I do to assign page 2 to div two, pa...
asked by 02.10.2017 / 23:30
1
answer

Dyn div - following the scroll bar of the page

I have a div that is in the second column of the page and I wanted it to become "dynamic", that is, it followed the scrolling of the page, but even with searches, I did not get anything that could help me. Div code: <div class="...
asked by 05.10.2017 / 22:41
2
answers

How to use 2 submit separately in html?

Hello, I'm doing an upload system, but when I submit in the following code both exchange the value of the ID variable. My idea is to change the value of the ID so that the folder that will be uploaded changes, as can be seen in the 1st echo, w...
asked by 01.09.2017 / 14:51
1
answer

How to edit tables in JavaScript

I have a problem with a table that I made in html and javascript. The page is composed of 3 input fields that with the entered value is forwarded to the table below. But I would like to be able to edit table items without having to delete and...
asked by 24.08.2017 / 19:07
1
answer

Display monetary values in a simple way [duplicate]

Good morning! What would be the plus simple way of displaying monetary values with Javascript? I was able to limit the decimal places using .toFixed(2) . But the whole part gets more or less like this 10510.20 I wanted it t...
asked by 22.08.2017 / 15:18
1
answer

Tag to include a reference source

It may be a stupid question, but I'm not finding an answer in my searches. I am building a web page on html5 about fruit pulp and I am inserting information from other web sites and I want to leave the source of the information so that the users...
asked by 22.08.2017 / 18:27
1
answer

Create a Java application for WEB that also runs via desktop

Good night everyone. I'm thinking of developing an application with the following features: Backend: Java Frontend (Option 1): JavaFX Frontend (Option 2): HTML5 + CSS3 I want to start the right way, internationalizing the ap...
asked by 09.08.2017 / 04:36
3
answers

Error passing through Ajax Parameters for function in PHP class

Is the first time I try to pass parameters from the ajax to my function that is in a class in php, so I ask, why is not it working? searching the forum vi I could put data: { var1 = 'var1', var2 = 'var2', }, Ajax - Code has been fix...
asked by 26.08.2017 / 05:11
1
answer

Normalize css and reset Global

Is there any way to use Normalize css and at the same time give a global reset in style sheets? I use the reset like this in my css: * { margin: 0; padding: 0; box-sizing: border-box; } But even putting my file in the r...
asked by 06.08.2017 / 22:50