Hi,
I have an login form with two input fields: type: email and password that are processed with AJAX and PHP. When I type in a syntactically correct e-mail address and submits it nothing happens as it seem (Firefox, Chrome, Opera - in Safari even more problems). As long as no "@" is found in the email input browsers like FF, Chrome and Opera complains by exhibiting a tooltip ("Please enter an e-mail address") but when submitting everything works fine ( the AJAX dialog works fine sending the email adress and the password to PHP that in turn returns email and password but this time in XML).
To me this seem to be a parsing problem, possibly a misformulated "regexp" statement in JQuery Mobile.
Anybody seen this? Can anyone help me out?
It is such a basic thing and I would like to have this fixed.
Regards
/Ralf