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.
jquery モバイルを使用していますが、サイトに画像を読み込む際に問題が発生しています。
Jquery モバイルは、画像ソースの先頭に私のベース href を追加して、ソースを間違っています..
これを無効にするにはどうすればよいですか?
解決
解決策を求めて数日間ウェブをクロールした後、ようやく役立つものを見つけました。
jquery mobile の圧縮されていないソース コードをダウンロードし、変数 "newPath" を次のコードに置き換えました。
var newPath = path.get( $('head base').attr('href') );
魔法のように動作します!