I've already researched, I've seen about 10 tutorials and I could not figure out how to position my logo on top of that video.
$('#my-video').backgroundVideo({
$videoWrap: $('#video-wrap'),
$outerWrap: $(window),
$window: $(wind...
Good afternoon guys, I could not find a practical solution to what I'm trying to develop:
By using the above select I want to display data below such as graphs, ie if the user chooses the item generates chart 1, item 2 generates chart 2...
I would like to set the animation speed of toggleClass but it did not work. I solved the problem with CSS :
-webkit-transition: all .5s ease;
transition: all .5s ease;
However, I would like to know what it would look like jQ...
Good evening.
I have a bootstrap form with modal that when entering the values, the calculation is only done after giving a TAB to change the field.
But by doing the test here, it works with TAB and clicking with the mouse in another field...
I would like to keep the left column fixed, and the right mobile.
Is there a bootstrap class or another technique to solve this?
I tried the following:
<div class="row">
<div class="col-md-5" style="position: fixed;">...
I'm doing a query on my DB in a janela modal , now after the query is done, I need to click a button to send the selected parameters to the calling page and to play those parameters in some inputs , I had previously done this using a...
I have the following HTML code:
<section class="container sobre-site">
<h2 id="sobre-site-id" class="subtitulo">Título</h2>
<figure class="thumbnail">
<img class="img-loja" src="img/espaco/8-1.png" a...
When printing my page, blank pages are being added, the number of these pages is relative, sometimes 1, 2 ...
I've tried solutions like:
.print:last-child {
page-break-after: auto;
}
html, body {
height: auto;
}...
I tried the bootstrap framework and testing some components of the site some worked and some did not and I do not know the reason, I tested the dropdawn and jumbotron and both worked, but when I tested the panel it did not show what it should, th...