Questions tagged as 'html5'

1
answer

Upload another html doc instead of the current one using pure Javascript

In facul's work, I'm making an app with several menus, if I'm doing everything in a single html, it's going to be a huge file. So by clicking the options on a particular menu, I'd like to continue running the app with another html document, load...
asked by 22.04.2018 / 21:36
2
answers

Bug using link with anchors to other pages

I have a certain problem that I do not have the slightest idea how to solve other than using gambiarra to increase the space. My problem is this: I'm trying to use anchors with # to click on a page x go to page y and scroll to the...
asked by 14.03.2018 / 14:27
0
answers

Create fields with ngFor

I want to do something where I can every time I click the button to make new fields. What I've done is this: <label for="">Contatos</label> <div *ngFor="let contato of contatos" class="row"> <div class="col-12 col-sm-...
asked by 15.02.2018 / 16:34
2
answers

Header and html footer with css and jquery for all pages divided into sub folders

I'm having a problem to call my header and footer on all pages, because when I put sub-folders inside the project, it simply does not get any more and I tried everything but I can not solve it, the js (jquery) , header and footer and the index,...
asked by 31.03.2018 / 20:29
1
answer

validate forms in function of select

I'm working with html5 and need to validate one field on my form depending on another. I have a% field of% named Document Type , with three possible options (BI, Dire, passport) and a different Document Number field. I need that when an...
asked by 21.03.2018 / 11:22
1
answer

Awesome fonts: how to change the font in a: hover via CSS?

How to change the font from "Regular Icons" to "Solid Icons" via CSS. In link both have the same code. <!DOCTYPE html> <html> <head> <title>Page Title</title> <link href="https://use.fontawesome.com/r...
asked by 01.02.2018 / 15:12
1
answer

How to get the id of an input created by jsonform?

Personal how do I get the id of an input created from a Json with the Jsonforms documentation plugin here. It uses Schemas and Forms to mount the html dynamically, but I am not able to work with the input ids, I need to validate the fields with...
asked by 31.01.2018 / 17:09
2
answers

How to center my form with bootstrapping leaving responsive;

                          <metaname="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aA...
asked by 07.03.2018 / 14:19
1
answer

How do I retrieve and send form information created by email?

Hello, I'm creating a budget page on my website and I've created a table in JavaScript where the customer clicks add product and more rows from the same table are being added ... Likewise, if he clicks remove product the line is removed. This is...
asked by 17.01.2018 / 11:50
2
answers

Div captures the size of another

Good morning, I have an html and every now and then I need to insert an image that is a "}" to determine that in a song it will repeat that part. As my text adapts to the size of the screen, when it moves it changes size and the image is fixe...
asked by 16.01.2018 / 12:20