In my vision, I have an old video, when I upload new video,
I want to automatically reload a new video after "upload".
View :
<div id="embed_video" class="embed-responsive embed-responsive-16by9">
<video class="embed-responsiv...
How to use the code session document.querySelector to change / change the background image of a page <body>...</body>
Ex:
var imagem_lista = [
"http://static.gamespot.com/uploads/original/1179/11799911/2324138-...
I've been able to do the View More function, with a StackOverflow code here, but the texts come from the dynamic database, so how do I get this code to get every text?
Code in php:
< div class="box-body" id="texto">
<?php...
I'm using the DataTables plugin and wanted a line to always be at the top of the sorting order or the search that was done as if it had a static "position", always first
Does anyone know how I can do this?
Next, I need to make a 28-day calendar with the following criteria:
Every month should start on the first day on Sunday, so it will format the rest of the month.
It is necessary next to the calendar to go the number of the week, for exampl...
I have an app that displays a graph whose dados is from the database, where the date columns store a Unix timestamp , the data is received as a JSON. This graph works fine but I would like the X axis to appear only the last 48 hours...
I need to sort alphabetically a div , I use the following strategy, I put in a div with display: none all li, so after inserting all in html , I while to while it has li in that div it will check wh...
I have a button:
<a ng-click="like">Gostar</a>
When someone clicks on it, it performs the action and it is replaced by jQuery with the other button:
<a ng-click="unlike">Desgostar</a>
But when you click the repl...
Hi, I have foreach in a table that lists several checkboxes . I need to do a jquery function that by clicking on the checkbox of <th> % with_% the checkboxes of the next selecione todos .
Look at my code:...
I'm making an effect for MENU using CSS and jQuery.
Problem
transition works from the element itself with hover action. Home
The reverse does not work.
The CSS below does the following:
You have a Mobile MENU hidden to...