Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Pinax と jQuery Mobile に取り組んでいますが、ページがハングし続けます。Firebug で次のエラーが表示されました。誰かがこの問題を解決するための方向性を提案してくれることを願っています.
ありがとう、クリス
{u% extends "projects/base.html" %}
また、JavaScript エラーがあります。
l.data("page") is undefined
ページを取得することにより、JQMはdata-role="page"を検索します。見つからない場合は、「l.data( "page")isundefined」が表示されます。したがって、取得するhtmlファイルにdata-role="page"を追加する必要があると思います。