I've seen many sites that change background according to what the user chooses right?
However, would it be possible for me to change the content of the site according to the button that the user clicks?
Example: I have a page that...
I need a backup button so I can select a folder where it will save my mysql data ..
I've found some mysql dump codes but all with save location set via code and what I actually need is that it is possible to choose where to save it.
Does anyone...
I created a function on my client's website that issues an event certificate and sends it via email. How the function is at the moment:
private static function setLayoutCertificado(){
class_exists('Email') || include_once LIBRARY_CLASS_PAT...
I'm doing a notes webapp, I used DOM to add notes and remove, but when I remove it, it removes the first note and not the last one.
<script async>
function novaNota() {
var div = document.createElement("div");...
I have an aside that contains 4 checkbox, so:
<aside id="filtro">
<input type="checkbox" value="azul" class="check">Azul
<input type="checkbox" value="verde" class="check">Verde
<input type="checkbox" value="am...
I have a div (mosaic of users) that inside it has a array (javascript) with photos of users (data coming from the bank). The number of user photos must be less than or equal to 15. If array has less than 15 users (photos), i...
I have a problem with my bootstrap modal. It is as simple as possible, I took the example from the bootstrap site itself to test it however when I click the button, it opens and closes immediately afterwards
<button type="button" class="btn...