i have been testing out the foundation css framework and quite liking their custom form elements that the framework provides

i have built this page to test the framework out http://eventgrapple.com/home and it works fine in chrome and so on (desktop) (slightly buggy in ie7) and works fine with blackberry native browser but none of the form elements work in opera 6.5 for blackberry bold 9700

here is the link to the framework http://foundation.zurb.com/docs/forms.php and jquery experts see how i can fix this or offer and alternative?

why the downvote?

link|improve this question

70% accept rate
You should post the code here, the app you've linked to is throwing SQL exceptions. Specify what is not working for you, on what version of Opera (desktop or Mobile or mini). Opera has its own issues and many poorly written AJAX applications are working on everything except Opera... – lechlukasz Jan 16 at 14:25
i have updated my code since posting the question- I'm on opera mini 6.5.27548 and the custom forms do not work- even the ones listed in the foundation framework – Chris Mccabe Jan 16 at 23:10
feedback

1 Answer

up vote 0 down vote accepted

Opera Mini has very limited JavaScript support. JavaScript is executed on Opera's servers when you submit something or click a link, so don't expect JavaScript frameworks to work correctly on it. Read more at: http://dev.opera.com/articles/view/opera-mini-web-content-authoring-guidelines/#javascript

Find some dedicated framework, or write from scratch following the guidelines from the article.

link|improve this answer
pretty pointless of using a framework for mobile development then – Chris Mccabe Jan 17 at 11:36
mobile frameworks are usually for smartphones such as iPhone, Android devices... – lechlukasz Jan 17 at 12:04
and i thought blackberry bold was a smartphone... – Chris Mccabe Jan 17 at 14:33
Opera Mini is designed for non-smart phones, so it's functionality is very limited. – lechlukasz Jan 17 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.