I wanted to know how do I put a delay on image exchanges using jQuery.
I did a test and it is not working, follow the code below.
$(function() {
$('a[href*=#]').on('click', function(e) {
e.preventDefault();
$('html,...
Good evening.
I'm having a problem getting the spiner with block on how much the execution of the promise is being made, but it's not working.
this.fileLoad().then(
(content)=>{
user.photo = content;
let objUser =...
With a PHP file I'm inserting javascript code. So I'm using echo.
echo ' grammar: "\name = s:[0-9a-zA-Z]+ { return s.join(""); }\n\" ';
The problem is that it is giving error because within s.join("") is closing with the grammar...
I'm successfully using the script below to open in the Visual DIV the products for the selected brand:
Trademark Link:
<a class="marca" style="cursor:pointer;" id="'.$res['codigo'].'">'.$res['nome_marca'].'</a>
Script...
I currently manage the website of a City Hall , and today, from nowhere, the following error began to appear:
Warning: mysqli_connect () [function.mysqli-connect]: Headers and
client library minor version mismatch. Headers: 50521 Librar...
I need to compare the final date of a service contract to put in a report that will have 4 status types:
1- contrato em vigor (Verde)
2- contrato próximo ao vencimento (Amarelo)
3- contrato vencido (Vermelho)
4- contrato com prazo indetermin...
I want to put a row inside the ProperieCard component, how should I do this? Follow the code below.
<PropertieCard
key={property.id}
size="col s12 m6 l4"
property={property}
redirectPropertyPage={this.handleRedirectPropertyPage}
/&g...
Can anyone help me with how to make a simple login screen with javascript for website? The video tutorials that accompany me do not make it clear how to do: (
I'm facing the following problem, I created a site using only the materialize and then I used the React library in the template, however now some fields are not working and one of them is the input I had to remove the jquery in some parts becaus...
I'd like you to take a device's location to check if its location is active, and if it's not, generate a btn that takes you to the device's configuration to activate it.
I previously used the Cordova diagnostic plugin, and for android it work...