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...
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...
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...
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 ("...
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...
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,...
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...
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?
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...
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...