Posts by MarcelP • 43 points
4 posts
-
1
votes1
answer44
viewsA: Submit to Keypad - Intel XDK
Solved: The input was inside a form. I removed and the error of resetting the app stopped. Vlw by force.
-
-1
votes1
answer44
viewsQ: Submit to Keypad - Intel XDK
Hello. I’m having a hard time using Submit in a numerical input on the Intel XDK. I want you to click on "GO/IR", run a function. In the JS is like this: $('ins_prod').on('submit', function(){…
-
2
votes1
answer42
viewsQ: Dynamic button creation
Hello. I’m hitting myself to create a button for every result that the $.each generates. $.each (data, function(index, orc){ $html += '<div>'; $html += '<button type="button"…
-
1
votes2
answers210
viewsQ: JS seeking return JSON PHP
I’m starting to use JSON and AJAX and I’m having a hard time fetching the JSON generated in php for JS. That’s all in Intel XDK. In php this way: if ($_GET['acao'] == 'buscaorcP'){ $qryOP =…