Posts by Raduq Santos • 143 points
4 posts
-
1
votes3
answers598
viewsA: Check if there was POST with Javascript
In case you are using Angularjs recommend the use of angular-block-ui, which alone controls "loading" the requests. https://github.com/McNull/angular-block-ui…
-
0
votes4
answers3412
viewsA: How to take the value with getElement and assign to a variable?
In html : <input id="ipTexto" type="text"></input> No Js: var inputText = document.getElementById('ipTexto'); At this point, inputText has the integer element. If you need the value, use…
javascriptanswered Raduq Santos 143 -
1
votes2
answers831
viewsA: What do I need to do to make sure my app isn’t recognized as an "Unknown Source"?
If it is a public app the best way is to publish in the playstore itself. Link to publication: https://play.google.com/apps/publish/signup/…
-
1
votes2
answers1831
viewsA: Choose color in <input type="Submit"...>
Change css directly in the input component: <input type="submit" id="Submit69" class="btn btn-default btn-block" style="background-color: #aaaaaa" value="REP+H4" title="Clique Selecionar as…