I have 3 buttons outside of the form tag and when clicking on any of them, I need the value to be selected in the select, follow image and code for better understanding:
Buttons (outside tag form)
<div class="botoes_action">
&l...
I'm using a modal window plugin, but I'm not able to make the modal window close.
JSFiddle example: link
(function($){
$.modal = function (el, options) {
this.options = options;
this.$el = $(el);
this.$target = $(el...
I'm doing a project where I should apply a mask (PNG or SVG) over an image .
I'm using
.svg-clipped {
mask-image: url("../img/desktop_tds_hist.png") ;
-webkit-mask-image: url("../img/desktop_tds_hist.png") ;
-webkit-mask-image:...
Well, I have a thumbnail of bootstrap , I implemented within it a div of legend, which should appear with the mouse on top. But it is popping the size of the% of parent%, which in this case is div and Thumbnail ,...
I'm doing a layout using bootstrap and I came across a problem at the time of stacking blocks to be responsive.
I have 5 blocks of different heights, divided into 3 columns:
When you reach a certain width, the blocks are stacked, but th...
I could not express myself very well in the title, however it is the following, checking the source code of some sites I came across codes that do not understand how it works ... follow the example
<tag class='setas'>seta_pra_baixo&l...
I am creating a web application in which it uses two graphics fed by the bank.
I use google's api, google charts.
However, only the first graphic appears while the other is blank.
<html>
<head>
<script type="text/javas...
I downloaded RUBY and installed myself by looking at "Add Ruby executable to your PATH"
Then I installed GEM, after that I try to install SASS but the following error appears in the image.
The version of my Ruby and GEM are in the image, S...