Posts by Jaylan Esquivel • 1 point
2 posts
-
0
votes1
answer224
viewsA: How to fill php variable via jquery/ajax?
Add a div in the place where you want to display the information inside the modal: <div id='iddeumadivvaziadentrodomodal'></div Add onclick by calling a js function passing as parameter id:…
-
-1
votes2
answers258
viewsA: How to add 2 days to a date and put the value in HTML
function datacorrig(){ dayName = new Array ("00","01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12","13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24","25",…