Posts by Lelis • 125 points
2 posts
-
1
votes3
answers2593
viewsQ: Hide the destination URL
In the jquery example the arguments are well identified; url and form parameters. $.ajax({ url: "test.html", }).done(function() { // ... }); I want to know if you have any way to hide the url in…
-
1
votes1
answer189
viewsQ: Date validation with Zend
How to validate a date using Zend? When the user registers, I need to validate the birthday and see if it is older than 18 years. I receive 3 fields - day, month and year and would like to validate…