Posts by Fernando Costa • 46 points
2 posts
-
1
votes1
answer271
viewsA: Regular expression in Pattern
You need to set the first digit as below: pattern="^[0-2]{1}[0-9]{6}$"
-
2
votes1
answer86
viewsA: Pass PHP parameters to Jquery Mobile Panel
Try to do this way, so you have in Success how to assign the return of the ajax call. Check with the console.log(return) command what will return from this url you are accessing and perform the…