jquery自动增长不工作

jquery自动增长不工作,jquery,autogrow,Jquery,Autogrow,我拿不到这个http://plugins.jquery.com/project/autogrowtextarea jquery插件开始工作。下面是我的代码。我已经与其他几个网站检查了autogrow.js文件。谢谢 代码: 似乎不包括jQuery本身。dun da dunnn: <html> <head> <title>test7</title> <script type="text/javascript" src="autogrow.j

我拿不到这个http://plugins.jquery.com/project/autogrowtextarea jquery插件开始工作。下面是我的代码。我已经与其他几个网站检查了autogrow.js文件。谢谢

代码:


似乎不包括jQuery本身。

dun da dunnn:
<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>