Closed dazhall closed 13 years ago
The correct textarea usage is:
$('textarea[placeholder]').simplePlaceholder();
not
$('textarea:text[placeholder]').simplePlaceholder();
The :text selector is just for input[type=text]. http://api.jquery.com/text-selector/
;)
Fixed, thanks ^^
The correct textarea usage is:
not
The :text selector is just for input[type=text]. http://api.jquery.com/text-selector/
;)