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

首頁 > 編程 > JavaScript > 正文

JS實現搜索框文字可刪除功能

2019-11-19 18:13:18
字體:
來源:轉載
供稿:網友

廢話不多說了,直接給大家貼js搜索框文字可刪除功能,具體代碼如下所示:

<!DOCTYPE html><html><head><meta charset="utf-8"><title>JS實現搜索框文字可刪除</title><style>*:focus {outline: none; }body {width: 400px;margin: 100px auto;}#topsearch {height: 33px;}#topsearch .input {border: 1px solid #77c03a;height: 100%;}#topsearch .input .clear {width: 30px;height: 35px;line-height: 30px;text-align: center;padding-right: 10px;visibility: hidden;opacity: 0.8;color: gray;}#topsearch input[type=text] {height:20px;width: 250px;border: none;padding: 5px;}#topsearch div {float: left;}#topsearch button {width: 100px;height: 35px;background: #77c03a;color: #fff;border: none;}</style></head><body><div id="topsearch"><div class="input"><input type="text" id="search"><span class="clear" id="delete">×</span></div><button type="button" name="searchz">Search</button></div><script>document.getElementById("search").addEventListener("keyup", function() {if (this.value.length > 0) {document.getElementById("delete").style.visibility = "visible";document.getElementById("delete").onclick = function() {document.getElementById("search").value = "";}} else {document.getElementById("delete").style.visibility = "hidden";}});</script></body></html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 长白| 监利县| 佳木斯市| 丹凤县| 灵石县| 夏津县| 涿鹿县| 南京市| 自治县| 侯马市| 全南县| 雷波县| 旅游| 论坛| 江川县| 镇安县| 玉屏| 庐江县| 荣昌县| 乌兰浩特市| 张家口市| 秦安县| 贵定县| 陆良县| 集安市| 长寿区| 宝应县| 塘沽区| 阳春市| 龙泉市| 紫云| 沭阳县| 津市市| 政和县| 裕民县| 筠连县| 伊宁县| 五常市| 登封市| 白山市| 永丰县|