I am developing a site with wordpress in which I need to create certain animations on a map.
There is a plugin from wordpress or script with jquery to resolve this request from the client.
1.- The countries of green color add a mark...
I have the problem that the first time my dialog opens my autocomplete is shown in front and everything is fine, but if I close the dialog and open it again without reloading the page, the autocomplete is left behind the dialogue.
This is my...
Good day, the situation is as follows: I have a modal bootstrap window where I insert information into the database (PostgreSQL), this action is done from a botón input and a onclick="valida_envia2()" that are inside the modal
T...
I have the following html code
<table id="idtabledetalleventa" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
<thead>
<tr>
<th >Codigo...
I am trying to sort in a datatable by a date field but I do not get it.
I've tried several plugins but none of them work properly.
The example link is a simple datatable where the date field 4 is supposed to format it to the European date...
I have this graphic with the library jqplot
This is the code:
$(document).ready(function() {
var qr = [
[1, 5, null],
[4, 2, null],
[6, 5, '2'],
[4, 5, '3'],
[0, 5, null],
[4, 5, '3'],...
How can I assign a number obtained from the counter to each element div ; that is to say; to the element class to put the counter obtained from the path of the database.
Html Fields
<div id="campoBusq"></div>
<div...
I have an extension for google chrome but I want it to verify if the user is logged in correctly on the main page.
How can I perform this verification from the extension?
A clear example is the trello extension, verify that your account is...
I have a partial view as popup which, I put an x to click and close the window , but I also want to close the popup as follows: by clicking outside the popup should close.
The code I have is the following:
With this I create the popup from...