Posts by Leonardo Da Costa Rodrigues • 41 points
4 posts
-
1
votes0
answers34
viewsQ: Download by javascript does not work on intel xdk
I have a script that works normally in the mobile browser and the computer browser, but when I get an apk it saves a file with another extension instead of the proposal. Follow below my script…
-
1
votes2
answers414
viewsQ: Image rotating automatically
Guys, I have a little problem with my HTML/CSS... Some large-sized images are rotating themselves... Below is a print for you to understand better: Note that the first two images are in the correct…
-
1
votes0
answers44
viewsQ: Error when displaying variable in vector
Good evening guys, I need some help with a JS vector... When I type this way the same works ok, it displays all messages, but when I put the test variable in place it shows nothing: var teste =…
javascriptasked Leonardo Da Costa Rodrigues 41 -
1
votes0
answers83
viewsQ: Does Ajax only bring results on the console?
Good afternoon guys, I can bring a result in the log, but in the div is not passed on, follows my source: Index.php var teste; $.ajax({ url: 'conversa.php', type: 'GET', success: function(res) {…