Good afternoon, I need to update components that are within UpdatePanel page aspx after insertion via Ajax . The Ajax executes a function in code-behind in C# , and reloading of the entire page happens....
Chart.js : Trying to put a color for positive values and another color for negative values on the chart.
Works well if there is at least one negative value:
See link
But something goes wrong if all values are positive (no negative va...
I have 2 queries in the database:
One returns the goals of the day until the last day of the month:
DIA META
1 3,23
2 6,45
3 9,68
4 12,9
5 16,13
6 19,35
7 22,58
8 25,81
9 29,03
10 32,26
11 35,48
12 38,71
13 41,94
1...
I'm trying to put action buttons in my table through the datatTable plugin.
My Javascript code
$(document).ready(function(){
var table = $('#dataTable').DataTable( {
"processing": true,
"serverSide": true,
"a...
I'm developing an application in javascript (for android) and I would like to use mysql as the database for this application, but I was not able to use mysql in the same code so I did some searches that indicated separating by backend and fronte...
I am loading a gif when the user hover over a certain <div> . I do this using jQuerry with the following code:
$('#vidthumb_' + idDoDiv).attr('src', caminhoParaOGif);
The problem is that the gif takes about 1 second to load, and...
I have a page where I display some audios when the user clicks and fires the sound.
ExampleHTML<td><spanclass="audiospeak" data-lang="en" data-aid="of">of</span></td>
<td><span class="audiospeak" data-lang="en"...
I have 2 show / hide buttons of 2 groups: group1 and group2. When I click to open group1, for example, it opens a card with information from that group and when I click hide it it hides.
So far so good!
What I want is that when I click on...