国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > WEB開發 > 正文

模擬placeholder效果

2024-04-27 15:05:12
字體:
來源:轉載
供稿:網友

因為要修改默認placeholder的樣式比較困難,用js模擬placeholder的效果

<!DOCTYPE HTML><html lang="zh-CN"><head>    <meta charset="utf-8">    <title>模擬placeholder</title>    <meta name="viewport" content="width=device-width,initial-scale=1">    <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/CSS/bootstrap.min.css">    <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>    <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>    <style>        *{margin: 0;padding: 0}        div#main{            width:300px;            text-align: center;        }        .red{            color:red;        }   </style></head><body>    <input type="text" class="form-control red" value="請輸入電話">    <script>        $(function(){            $('input').focus(function(){                if($(this).val()=='請輸入電話'){                    $(this).toggleClass('red');                    $(this).val('');                }            });            $('input').blur(function(){                if($(this).val().trim()==''){                    $(this).toggleClass('red');                    $(this).val('請輸入電話');                }            });        });            </script></body></html>


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 县级市| 上虞市| 晋城| 北流市| 永顺县| 上饶市| 清原| 湘潭县| 泸定县| 沈丘县| 雷山县| 乌拉特前旗| 天全县| 蓝田县| 佛山市| 扶沟县| 临漳县| 平利县| 钟山县| 罗城| 泸溪县| 侯马市| 曲麻莱县| 县级市| 赞皇县| 定南县| 水城县| 石河子市| 长沙市| 思茅市| 雷波县| 兴国县| 抚顺县| 宁晋县| 德保县| 兴和县| 吴江市| 云龙县| 正定县| 罗甸县| 南雄市|