Posts by Henrique Weiand • 56 points
5 posts
-
0
votes1
answer79
viewsQ: React-navigation v2 how to send Component by params
I’m trying to send a Component to a new route via params, but the way I’m doing it doesn’t work. Can anyone point out my mistake? Component A this.props.navigation.navigate('ModalInput', { input: {…
-
0
votes2
answers1225
viewsA: Login System - PHP and Jquery
Mysql to Mysqli changes little, at most the function call if I’m not mistaken. Now log in to the query using LIKE? My suggestion is to leave with = and encrypt the bank passwords with md5. In the…
-
2
votes2
answers524
viewsA: How to know if the code is still written in HTML5 standards?
Have you tried that? https://validator.w3.org/ There are others on Google...
html5answered Henrique Weiand 56 -
1
votes3
answers652
viewsA: JSON for PHP via AJAX
Here is the solution to your problems :D Javascript $(document).on('click', 'ELEMENTO QUE SERA CLICADO', function() { var formData = new FormData($('form')[0]); $.ajax({ url : 'URL DO PHP QUE VAI…
-
1
votes0
answers68
viewsQ: Customize Swipe JS centralized and appearing other elements
I need some help. I am using framework7, and consequently Swipejs in a template in which I need to leave it more or less like this, (App Duolingo). with the cards down and always the next and…