Posts by João Neto • 1 point
4 posts
-
0
votes1
answer40
viewsA: Loading Screen - I can’t get javascript to hide the "Loading." screen to work
Solved in that way: $('#btnPesquisar').click(function () { $.when( $.ajax({ method: 'GET', url: '<%= ResolveUrl("LiberarBoleto.aspx/onSearch") %>', contentType: 'application/json;…
javascriptanswered João Neto 1 -
0
votes1
answer92
viewsA: Modal Bootstrap cannot pick up variable
In the codebehind, within the method I had declared the variable in one way (example var xxxxx) and outside the method I had defined as string... with this occurring the problem of not displaying…
-
0
votes1
answer92
viewsQ: Modal Bootstrap cannot pick up variable
Dear friends, good morning! I am starting and catching up on my first opportunity as a rsrs programmer In Minhasvendas2.aspx I have <div id="myModal" class="modal fade"> <div…
-
0
votes1
answer40
viewsQ: Loading Screen - I can’t get javascript to hide the "Loading." screen to work
Dear friends, good afternoon. I have this part that works well when the link is clicked: <div class="input-group"> <input type="text" id="txtVenda" class="form-control" /> <span…
javascriptasked João Neto 1