I made a button to open a configuration screen, when I click open the screen, and the button changes from "Configuration" to "Back" but I would like it when I clicked again to write "Configuration" .
Can anyone help me? Preferably in jQ...
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 starting to learn about Media Querie now and I have a question that I did not see the answer to.
Is there any standard in the media application querie?
It is correct to have a media-querie.css file with all modifications or the correct...
I'm having trouble trying to make a submit of a form when my object is null as it is not mandatory. But you can not save it null.
/// Model
public class Atividade {
public virtual long Id { get; set; }
[Display(Name = "Descrição")]...
I have a layout that has the following template:
[1] [2] [3]
[4] [5] [6]
[7] [8] [9]
[10] [11] [12]
And I would need both desktop and mobile to look like this:
[1] [5] [9]
[2] [6] [10]
[3] [7] [11]
[...
I'm developing a web application using Html, CSS, Jquery, and every time the page is loaded a modal appears with an image.
ButwhenIclickthecloseicontheimageexitsbutthebackgroundcolordoesnot. HTML<divid="boxes">
<div id="dialog" clas...
I'm developing a web application using html, css, jquery and put an animation like this in my application.
link with example of what I wanted in my application
But when you hover over the images, the animation does not work and does not...
Hello! It's the following, in my form, I'm trying to get the value entered by the user in the input as follows:
// jQuery
function teste() {
var nome = $("#nome").val();
alert(nome);
}
// HTML
<form method="post" action="#">
<div...