js里alert里的字體顏色設置
無數次的嘗試 and google it and baidu it, 結論:alert是沒辦法改變的(
應該)。
posted @ 2012-04-10 15:42 Fly Without Wind 閱讀(3201) | 評論 (3) | 編輯 收藏
隨筆 - 2, 文章 - 1, 評論 - 3, 引用 - 0
|
js里alert里的字體顏色設置
無數次的嘗試 and google it and baidu it, 結論:alert是沒辦法改變的(
應該)。
posted @ 2012-04-10 15:42 Fly Without Wind 閱讀(3201) | 評論 (3) | 編輯 收藏 超鏈標簽響應onclick事件時,防止頁面跳動方法 點擊一個<a>鏈接時,有垂直滾動條的話頁面會跳到頂端,so google it, and then finally found some ways:(sorry, i forgot the author.) <a href="#" onclick="test();return false">click me</a> 方法2:<a href="javascript:void(0)" onclick="test()">click me</a>
posted @ 2012-04-07 14:59 Fly Without Wind 閱讀(3099) | 評論 (0) | 編輯 收藏 |
|