我有這個奇怪的問題與JQuery手機,我得到一個問號圖標顯示。Jquery Mobile - 奇怪的問號圖標
但是,如果我刷新頁面,它會消失!
任何想法如何解決?
這是我的代碼;
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.css"/>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header"><h1>blah</h1></div>
<div data-role="content">
<br><br>
<a href="index.php" data-role="button" data-mini="true" data-inline="true" data-icon="home" data-theme="b">Home</a>
<a href="cart.php" data-role="button" data-mini="true" data-inline="true" data-icon="info" data-theme="b">View Basket</a>
的jsfiddle:http://jsfiddle.net/ehu9v/
這顯示在瀏覽器,刷新與F5和問號消失。
按照小提琴工作。您檢查哪個瀏覽器? – V31
鉻;版本33.0.1750.117 m – HeavyHead
在Firefox中也出現問題:( – HeavyHead