Exploring and Thinking

Ajax-Loader 測試

在做 jQuery Mobile 時,可能會碰到 mobileinit 事件。以下是模擬 A網頁前往 B網頁,可在B網頁加上載入三秒鐘的資料,藉以得知loading的狀態或圖示。 <script runat="server"> protected void Page_Load(object sender, EventArgs e) { System.Threading.Thread.Sleep(3000); } </script>...
Share:

勾選我同意後,出現「下一步」按鈕,可指往第二頁。

當點選我同意時,顯示「下一步」。按「下一步」時導到第二頁。 <!DOCTYPE html> <html> <head> <title>Agree check</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ...
Share:

熱門文章