我想使用jQuery Mobile的改變href
,我嘗試了一些代碼示例,如:更改href屬性在jQuery Mobile的不工作
$("a[href='http://www.google.com/']").attr('href', 'http://www.live.com/');
<li><a data-ajax="false" href="http://www.google.com" >Navigate</a></li>
和
$("#address").append("href", "http://cupcream.com");
<li><a data-ajax="false" id="address" href="http://www.google.com" >Navigate</a></li>
但是nothi ng發生。
什麼可能是錯誤的,這不是在jQuery Mobile中的一些錯誤?