我無法得到這個(http://plugins.jquery.com/project/autogrowtextarea)jquery插件工作。下面是我的代碼。我已經檢查了與其他幾個網站的autogrow.js文件。謝謝。jquery autogrow不工作
代碼:
<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>
dun da dunnnn:[無恥的插件](https://github.com/ultimatedelman/autogrow) – Jason 2013-07-25 17:15:01