2014-02-23 35 views
2

我有這個奇怪的問題與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/

Here is what is displayed in the browser

這顯示在瀏覽器,刷新與F5和問號消失。

+0

按照小提琴工作。您檢查哪個瀏覽器? – V31

+0

鉻;版本33.0.1750.117 m – HeavyHead

+0

在Firefox中也出現問題:( – HeavyHead

回答

0

看起來像一個編碼問題。嘗試在<head>明確設置編碼:

<meta charset="utf-8"> 
+0

這使得它永久顯示問號圖標:s – HeavyHead

+0

您的瀏覽器的編碼設置爲?https://help.yahoo.com/kb/yahoo-account/SLN14907.html?impressions=true –

+0

WESTERN(ISO-8859- 1) – HeavyHead

0

我遇到了也和找出原因,在最後...這些是在任何編輯器的空白顯得有些怪異的Unicode字符(記事本++等)而是作爲瀏覽器中的問號。

他們可能已從jQuery Mobile網站複製。