Questions tagged as 'html'

1
answer

Correct semantics to make an entire div become an anchor

Hello, I have a simple question (I believe). In the image below, I would like anywhere I clicked redirect to link X preserving the semantic web, without putting the entire div inside a <a> Follow the code I'm using: <div cla...
asked by 04.04.2017 / 16:08
0
answers

doubts with checkbox / angular

Personal I have this table: <table class="uk-table uk-table-nowrap"> <thead> <tr> <th class="uk-width-1-10 uk-text-center small_col"><input...
asked by 16.03.2017 / 21:12
1
answer

Dropdown in purecss does not work in menu

I was creating a menu example dropdown with purecss , started right, the submenus appeared all right, when I went to do the same example only in the format responsive (where I used this example [ link of the site itself) . But drowpdown does...
asked by 16.03.2017 / 21:19
1
answer

How can I pass more than one point to google maps in this while?

I wanted to mark all points where the approximate distance is less than 25 km, but it does not even show the first point that is the closest (4km), it shows the last point (18km). Here's what comes from my bank: Array ( [0] => -22.356472 [...
asked by 27.03.2017 / 15:08
3
answers

HTML is not calling function - JS

Good afternoon, I've been trying to figure out the reason for the code: link does not work outside of JSFIDDLE. Even though I'm copying the way it is, and creating my .HTML and .JS files, it just does not execute the function. The jQuery...
asked by 07.04.2017 / 21:56
0
answers

django permission

Good afternoon, I'm wanting in the template to make a loop to disable a button according to custom permission. The model code is: # -*- coding: utf8 -*- from __future__ import unicode_literals from django.db import models from django.contrib.a...
asked by 13.03.2017 / 21:36
1
answer

Doubt with AngularJS

What's wrong with this code? I'm trying to run it, but in no way does it show me the data coming from the bank! var app = angular.module('app', []); app.controller('clienteController', ['$scope', '$http', clienteController]); functio...
asked by 14.03.2017 / 19:48
1
answer

Custom purchase button on pagseguro

I want to use a custom button to purchase, without being what the pagseguro offers. Does anyone know how to generate the redirect code obtained through the PagSeguro Payments API? Example of code taken from the pagseguro site: PagSeguroLig...
asked by 09.03.2017 / 14:52
1
answer

Save Images from CodeIgniter

Hello, I'm looking to save an image to the database. I'm using the following: $config['upload_path'] = './assets/fotos/'; $config['allowed_types'] = '*'; $config['max_size'] = '512000'; $config['max_width'] = '2440'; $config['ma...
asked by 26.03.2017 / 18:41
1
answer

Masking value in input [duplicate]

I would like to do the following, the user types 1, the input would have the value , 01 , then he would type 2, it would appear , 12 , then he would type 3, would appear 1.23 , so on. I have the input as follows: <input type="text" clas...
asked by 25.03.2017 / 01:39