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
次に、URLが次のようになったらページを更新します
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>';