Tagged Questions
4
votes
2answers
3k views
jQuery maxlength attribute problem with textareas
With jQuery version 1.2.3 I'm trying to add nodes after textarea elements with attribute 'maxlength' but it doesn't work:
$("textarea[@maxlength]").after("<b>Aint working</b>");
This ...