Questions tagged as 'html'

1
answer

Input text returning bool (false)

I have this HTML code <!DOCTYPE html> <HTML> <HEAD> <TITLE>Cadastro</TITLE> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"> </HEAD>...
asked by 13.12.2017 / 01:23
1
answer

How to insert specific fonts in CSS? [duplicate]

My client has passed specific fonts to a site. These are in TTF format. I'm used to using Google's fonts and there are not any there. How can I use these fonts in my CSS or HTML?     
asked by 19.11.2017 / 22:36
1
answer

Discover image size that was inserted by input file

I am creating a system to organize the images of a website, that is, I will store information such as name, extension, size, height, width, ... and I am having trouble picking up the height and width data The codes are currently: jQuery:...
asked by 08.09.2017 / 16:42
3
answers

How do I open a floating div style tooltip when clicking an input?

Hello. I have a problem that I can not resolve. I have an input of type text and needed that when I clicked it open a window or floating div underneath it like a tooltip but with HTML inside it. How can I make when I click on a <inpu...
asked by 07.09.2017 / 14:51
1
answer

How to display a list coming from a Json sub-array?

I'm building divs dynamically via Javascript. I want to make her content display some information (username, emails, etc). The data is coming from the Database in Json format. The problem is that it does not display all participants. Displays...
asked by 04.11.2016 / 18:04
1
answer

Deleting content with JQuery

$('<li>').dblclick(function(){ var selfItem = $(this); selfItem.remove(); }); The above code is not working. I want you to double-click the item itself to remove it, and as an optimization I wanted to put a code so that only th...
asked by 30.08.2016 / 20:00
1
answer

Referencing Variables in HTML

I'm a beginner in web programming and I have a simple (I think) doubt: I was wondering if there is any way to reference variables from a backend language (in my case I'm using Go-lang) in HTML? I'm using the Bootstrap framework to build the fron...
asked by 30.09.2016 / 13:26
1
answer

Set a default zoom for google maps

Good morning, I have a question about google maps. I have a location map of a company, but I would like to place a default zoom, for example, zoom 3, which when opening the page, zoom 3 automatically. <iframe width="940" height="368"...
asked by 30.09.2016 / 13:40
1
answer

How to repeat content on several static pages?

The question is as follows, I have only .HTML static files and am looking for a simple way to create the blocks only once using only the client side . The idea is to respect DRY, is there any way to do this directly with JavaScript or jQuery...
asked by 19.01.2017 / 13:37
2
answers

How to use echo in a Laravel view?

I want my layout blade echo only if the $errors variable is set: @section('mensagens') <div class="container"> <div class="row"> <div class="col-md-2"></div> {{...
asked by 01.11.2016 / 14:17