Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jquery mobile で少し試してみたところ、驚くほどうまく動作しました:D
しかし、href をパラメータ付きの php にリンクする際に 1 つの問題があります。
私が行った場合
echo "<a href='deletemessages.php?token=".$row['messagetoken']."'></a>";
画面に「未定義」の新しいページが常に返されます
しかし、htmlファイルでそれを行うと、正常に動作します。
これを解決するには?
よろしく