【问题标题】:jquery autogrow not workingjquery自动增长不起作用
【发布时间】:2011-06-16 00:45:47
【问题描述】:

我无法让这个 (http://plugins.jquery.com/project/autogrowtextarea) jquery 插件工作。下面是我的代码。我已经用其他几个站点检查了 autogrow.js 文件。谢谢。

代码:

<html>
<head>
<title>test7</title>


<script type="text/javascript" src="autogrow.js"></script>




</head>
<body>
<script type="text/javascript">
$(document).ready(function(){
$("#txtInput").autoGrow();
});
</script>


<textarea id="txtInput" cols="40" rows="5"></textarea>


</body>

【问题讨论】:

标签: jquery autogrow


【解决方案1】:

看起来 jQuery 本身不包括在内。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-11-22
    • 2013-05-25
    • 2023-03-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多