LInk不适用于jquery Mobile

时间:2012-10-22 03:24:47

标签: jquery-mobile

我正在使用jQuery Mobile和CodeIgniter。在我的索引页面中,

http://localhost:8888/hwezemail2/index.php/welcome/student/index

我有另一页的链接。

http://localhost:8888/hwezemail2/index.php/welcome/student/myhomework/56

但是当我点击链接时,它将转到以下内容并且不显示。

http://localhost:8888/hwezemail2/index.php/welcome/student/index#/hwezemail2/
index.php/welcome/student/myhomework/56

然后,一旦网址变为

,我就刷新页面
http://localhost:8888/hwezemail2/index.php/welcome/student/myhomework/56

但它不显示内容。所以我再次刷新然后显示内容。

一旦显示,那我就没有任何问题。这是第一次。

我的PHP代码如下。

echo '<a href="'. base_url().'index.php/welcome/student/myhomework/'
.$userid.'" data-role="button" data-inline="true" data-transition="pop" 
data-icon="star" data-mini="true" data-theme="c">Missed Homework</a>';

1 个答案:

答案 0 :(得分:2)

我在链接中添加了data-ajax =“false”,问题解决了。