At the moment I develop a app web where I have to generate a pdf from the information that is in a form of Html , the question is that this form would be hidden, at the moment I searched information but php is used whi...
I have to make a diagram in HTML5 canvas and for them I make arrangements of rectangles with strokeRect. However, these elements must have events and detect when they are clicked and change color, can someone give me a clue on how I can apply an...
I have a web page, which I want when I click on a button to activate an html code (I mean more buttons) to make a menu. How can I do that?
I have this, but when I click the button, it deletes the whole page and puts only the button that I activa...
I have an onchange function that validates a difference in dates:
$('#fechaFinal').on('change',function(){
$('#ndias').val('');
var fechaInicio = new Date($('#fechaInicio').val());
var fechaFinal = new...
my problem is that the scroll remains in the messages that already passer and does not go down when there is a new message I want to control the scroll as well as the facebook if someone knows how to do that please tell me Thank you.
&l...
let's say I have several divs that contain an example text
<div>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel ante diam. Donec vitae magna metus. Curabitur at lorem non augue mollis molestie. Nam augue nisi, dignis...
They asked me for a job in which there is an area where certain notifications are shown, the design is more or less like this, the circle will be colored depending on the process the user is in (the states control them from the database), but I...