リストがあり、ページをリダイレクトすると、jquery モバイル リストにデータが入力されません。ただし、ブラウザを更新すると機能します。このjqueryモバイルの問題を解決するために追加できるものはありますか?
これが私のコードです:
@using (Html.BeginForm("Reply", "Conversation", FormMethod.Post, new {data_ajax = "false"}))
{
<span style="font-weight: normal; white-space: pre-wrap;">@post.Message</span>
}
私が渡す post.Message オブジェクトは、表示している単なる文字列です。