-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with selector? #27
Comments
Can you post a fiddle? If you're trying to init the same textareas twice, this might be expected behavior... |
This is the simplest way to simulate the problem, I don't wanna init twice, that's why I use the attr :) |
I'm not seeing that fiddle as functional :\ |
Am I using the plugin wrongly? |
I am getting a similar error. $('textarea').autogrow(); // works on all textarea $('textarea').not('.no-autogrow').autogrow(); // does not work on any textarea |
I'm trying to use autogrow with a lot of other plugins together, but when I try to use a custom jquery selector, it doesn't work.
I created a html attribute on the textarea to control who already has autogrow and who's doesn't.
I also tryed to use it inside a $.each loop, but it didn't worked too
Thanks.
The text was updated successfully, but these errors were encountered: