Olaf Bosch schrieb:
> and than works no more
Fine, fine, fine
This works fine ;)
$(document).ready(function() {
$("textarea").after("<p class='resize'>höher</p>");
$('.resize').click(function(){
var NHeight = ($("textarea").height()+60)+'px'
$('textarea').css("height",NHeight).slideDown('slow');
});
});
Now i must go to works with more textareas in one document.....
--
Viele Grüße, Olaf
-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/