Questions tagged as 'html5'

2
answers

How to add a column at page runtime?

In html5 / css / bootstrap 4 ... How can I add a column at runtime of the page? div class="container"> <h1 class="page-header">Tabelas com Bootstrap</h1> <div class="table-responsive"> <table cla...
asked by 12.06.2018 / 06:14
2
answers

Action using select

I have select <select class="select-sala" id="selecionar-aula"> <option value="">Pagina 1</option> <option value="">Pagina 2</option> </select> What I need is that whe...
asked by 17.04.2018 / 00:18
2
answers

How to make the angle recognize an ng-keyup event created dynamically in the element

I'm creating a directive that should dynamically include a function in the ng-keyup angular event, I tried to do this: Directive angular.module('app').directive('validar',validar); validar.$inject = []; function validar(){ var...
asked by 23.04.2018 / 20:26
1
answer

How to fix this error of Undefined Variable?

I've been trying to resolve this php deal for weeks, but I've done everything and nothing works. (It is a visitor control system) Below is my code. form-visitors (html in php) .php <!DOCTYPE html> <?php include_once ("...
asked by 09.02.2018 / 12:47
1
answer

List Bank result in checkbox with AJAX and JQuery

I have a function that searches the database for an entity list and shows it in select. However, I need this same list to be shown in a checkbox where the user can select more than one option. Showing this list of results in < input type="checkb...
asked by 05.06.2018 / 15:43
2
answers

Datepicker does not apply changes made

I'm using the bootstrap datepicker, but when I make some modifications they do not apply var defaults = $.fn.datepicker.defaults = { autoclose: false, beforeShowDay: $.noop, calendarWeeks: false, clearBtn: true,...
asked by 13.12.2017 / 19:18
4
answers

Create floating button that accompanies the scroll of a table

I need to create a floating button that accompanies my scroll as I'm rolling, and in it I want to put a function back to the top. #voltarAoTopo { float:right; z-index:0; } <button id="voltarAoTopo"> <i class="material-icons...
asked by 07.12.2017 / 20:40
1
answer

Table in IONIC 2

Hello everyone, I am new to Ionic 2 and I have some doubts about how to manipulate the tags, I am doing an exercise that on the screen I have a table like the image like I would do this table in ionic?     
asked by 22.12.2017 / 19:49
1
answer

Effect: focus overlapping: active

I can see the effect of :active even though I have :focus? I'm trying here but when I click on the element the effect of :active is not shown jumping straight to :focus . .btn{ color: black; background-colo...
asked by 18.01.2018 / 01:43
2
answers

POST maximum limit

I'm trying to make a video upload form but I'm having a problem that makes uploading impossible since I always get the following error: Warning: POST Content-Length of 69509336 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 E...
asked by 08.11.2017 / 23:32