Posts by David Silva • 31 points
2 posts
-
1
votes1
answer677
viewsQ: Add bookmark system
Recently in a project, the need arose to create a system that can be evaluated by the user, and in this case, only the "favorite" was requested. The user will just click on the "heart" and will be…
-
0
votes0
answers79
viewsQ: Adding Selected="Selected" in input
I have a loop in js with a <select> and <option>, need to define a selected to the <option>, but as it is in the loop I can’t add straight into that <option>, has any…