Posts by Kauli Sabino • 32 points
2 posts
-
-2
votes2
answers60
viewsA: how to enable and disable an onclick function in javascript
I think the best way to do this would be to alternate the div class, between dark css and light css css: .dark_theme{ color: #ffffff; background-color: #000000 } .light_theme{ color: #000000;…
-
2
votes1
answer46
viewsA: How to create a followers table?
I believe that the best alternative would be to create a third table containing a user/artist N/M ratio CREATE TABLE seguidores ( id_artista SMALLINT, id_usuario SMALLINT, CONSTRAINT…
mysqlanswered Kauli Sabino 32