gpt4 book ai didi

javascript - Jquery 插件阻止占位符出现

转载 作者:行者123 更新时间:2023-12-03 11:33:34 25 4
gpt4 key购买 nike

好吧,我有一个 jquery 标签插件,它工作得很好,但后来我想哈!,在我的文本框中添加一个“占位符”会很酷。我这样做了...除了 jquery 插件之外什么也没有出现...我的占位符应该是“hello type here”...我想它不起作用,因为插件位于“script”标签之间...如果有人可以帮助我,我将非常感激:)

<html>
<head>
<script src="jquery-1.11.1.min.js"></script>
<script src="jquery-ui.js" type="text/javascript" charset="utf-8"></script>
<script src="tag-it.js" type="text/javascript" charset="utf-8"></script>
<link href="jquery.tagit.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<form name="myForm" action="searchlevel.html" method="post">
<p id="text">Sport:</p>
<input type="text" name="query" id="box" placeholder="hello type here! ">
<input type="submit" value="Submit" id="but">
</form>
</body>
<script>
//this is jquery tag plugin...

$(document).ready(function () {
$("#box").tagit();

});

// I guess I have to add something here to display the "placeholder", please help.
</script>
</html>

阿罗哈,伙计!

最佳答案

为什么使用 tagit javascript 和 css 作为占位符。删除该脚本并简单地使用它,它会起作用,但请记住,当您在 IE 中使用它时,它唯一会产生问题 <9

看看这里可能对你有帮助

JSFiddle Test here

关于javascript - Jquery 插件阻止占位符出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26631569/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com