Opera Mobile not allowing jQuery clicks

馋奶兔 提交于 2019-12-04 07:15:11

问题


I have been testing out the foundation CSS framework and am quite liking their custom form elements that the framework provides.

I have built a page, http://eventgrapple.com/home, to test the framework out, and it works fine in Google Chrome and so on (desktop) (slightly buggy in Internet Explorer 7) and works fine with a BlackBerry's native browser, but none of the form elements work in Opera 6.5 for BlackBerry bold 9700.

The link to the framework is http://foundation.zurb.com/docs/forms.php. How can I fix this or is there an alternative?


回答1:


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.



来源:https://stackoverflow.com/questions/8650408/opera-mobile-not-allowing-jquery-clicks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!