Posts by ShaolinM. • 57 points
2 posts
-
-1
votes1
answer32
viewsQ: Add d-block to inputs automatically
I need that, when removing the input focus, check that the field is still empty, if yes, a "d-block" is inserted into the div calsse with id "blurName". The posted solution solves the problem, but…
-
4
votes2
answers163
viewsQ: How to pass numbers between "{ }" in the url?
I’m having a dumb doubt in some exercises using Spring Boot. The exercise requires that I receive the list of numbers as follows: http://localhost:8080/listaDecrescente?lista={12,55,70,22} And…