Posts by Antonio Pina • 31 points
2 posts
-
0
votes1
answer189
viewsQ: Javascript Promise With Runtime Error
I’m trying to solve the following exercise: Create a screen with one that should be named after a user on Github. After typing the user name and click search button. The application should search…
-
0
votes1
answer2746
viewsQ: Jquery - Add HTML attribute to a specific element
I am trying to access a specific input through your ID to add an attribute. I want to add pattern="[0-9]*" inputmode="numeric" <label class="prefixo"><input type="number" class="fitext…