gpt4 book ai didi

jquery :input text how to get

转载 作者:行者123 更新时间:2023-12-01 00:55:21 25 4
gpt4 key购买 nike

我正在尝试获取输入字段中文本的值。在 jquery 中最好的方法是什么?我尝试了 .text() 它不起作用。

`

<html>
<head>
<title></title>
<script type="text/javascript" src="js/jquery.js"></script>

<script type="text/javascript">


$(document).ready(function(){

var t = $(":input").text();

alert(t);
});



</script>


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<form name="f">
<input type="text" name="t" value="cake">tes</input>

</form>
</body>
</html>

`

谢谢酷

最佳答案

您需要$(':input').val()

您使用 input 作为封闭标记是不正确的 HTML,不会做任何有用的事情,仅供引用。

关于jquery :input text how to get,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1065021/

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