2011-06-16 49 views
0

我無法得到這個(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> 

+0

dun da dunnnn:[無恥的插件](https://github.com/ultimatedelman/autogrow) – Jason 2013-07-25 17:15:01

回答

0

看起來像jQuery本身不包括在內。

+0

哇,這真是愚蠢的我。謝謝 – user780483 2011-06-16 00:51:24

+1

碰巧我們所有人...... – 2011-06-16 00:55:22