I cannot get this (http://plugins.jquery.com/project/autogrowtextarea) jquery plugin to work. below is my code. I have checked the autogrow.js file with several other sites. thanks.

code:

<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>

link|improve this question

39% accept rate
feedback

1 Answer

up vote 0 down vote accepted

looks like jQuery itself is not included.

link|improve this answer
wow that was really dumb of me. thanks – user780483 Jun 16 '11 at 0:51
happens to all of us... – Uku Loskit Jun 16 '11 at 0:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.