For whatever reason my posts keep getting flagged as Spam. Very annoying.
We have an application nearing the end of development. It was working fine on our BlackBerry 9800 (default browser) but all of a sudden the paging stopped working. We were linking to the latest versions 1.1.1 hosted on jquery.com
We have done loads of testing and rolling back versions but having no luck. We tried to make a demo page, so used this page
This works fine in good browsers but on WP7, if I leave the form fields empty, I get the alert(). However, the changePage function just isn't firing. Sometimes I get this error in IE7 "Exception thrown and not caught"
Not sure if this is a bug, or if my code is wrontg somewhere?
on WP7, if I leave the form fields empty, I get the alert(). However, the changePage function just isn't firing. Sometimes I get this error in IE7 "Exception thrown and not caught"
I have also tried
$.mobile.path.set("results.html")
but no luck. Any ideas guys? Am I doing something critically wrong?