Posts by undefined • 23 points
2 posts
-
0
votes1
answer440
viewsQ: Confirm registration password Ionic 3
I have a registration form on Ionic 3, but I can’t validate the password with another ion input. Register.html: <ion-item class = "log-input"> <ion-label floating>Email</ion-label>…
-
1
votes1
answer157
viewsQ: Specific image in a modal window
I have a code that takes all images from a directory: <script> var folder = "img/"; $.ajax({ url: folder, success: function (data) { $(data).find("a").attr("href", function (i, val) { if…