I'm doing a service area of my site (wordpress), and I would like to add only images in it and when the user hover over these images that image change to another one so with the name of the service that was the first one ...
I would like to k...
When trying to search the elasticsearch using elasticsearch.js I used the following code below:
var cliente = new $.es.Client({
host: 'http://localhost:9200',
log: 'trace'
});
var cliente = new conectES();
cliente.search...
I'm working on a dashboard for a website where you have two JS functions at the bottom of the page that will only be used on a page that will be opened in a modal.
On this site there is also a file dedicated only to scripts.
I would like t...
I'm not very knowledgeable about javascript, but I need to integrate a payment API.
I've never done integrations with any API before.
Following the documentation I saw that you first need to generate a transaction token.
So I have this...
I'm having trouble loading my application into my browser. The url works however the screen does not show any content, it does not show the html of the view.
Follow the index.html:
<!DOCTYPE html>
<html lang="pt-br">
<head&g...
Hello, all right?
How do I generate a corresponding number for each object, example
{
"api": "api",
"List": [{
"tipo": "1",
"data": "10/10/2017",
"Hora": "11:38",
"Size": "0",
"Nome": "Marcelo...
I have a C # solution where I use MVC. In it I have a View for inclusion of product items. In this view I have a DropList as specified below:
Drop List
<div class="form-group">
@Html.LabelFor(model => model.ProdutoId, "Prod...
If it is possible, how would you do it? I have a file called version.txt , and I need JavaScript to read it and display its content on the screen. Does anyone have any idea how I would do this?
PS: please I would like a code without using json...
I have a column in the database named time , it has an event that does the following:
UPDATE users SET time = time - 1
As default you get 1800 seconds (30 minutes) right?
Now I wanted to recover the decaying time I tried the foll...