Have a script that using jquery validation. Tested on 2 Blackberry’s and neither worked properly.
http://andrewpeller.com/contest/indexTest.html
1st one – Blackberry Bold
Email validation would not work even with valid email such as test@hotmail.com
2nd one
Form would not submit at all.
Any suggestions as to how to get this to work? Will jquery even work on the blackberry?
thanks
The default Blackberry browser is very limited in JavaScript. I would not expect jQuery to work well in its default browser.
However, I suggest to try using Opera Mini for the Blackberry. It handles JavaScript much better. I managed to run a few web applications using ExtJS 2.x (jQuery adapter) in Opera Mini on various Blackberry models, without problems.
If you are going to deploy this web page to the public, I suggest using plain XHTML/CSS and do server-side form validation.