Christof Donat schrieb:
Thanks, all.
work, now i will make better dynamical and unobtrusive. We have:
$(document).ready(function() {
$("textarea").after("<a href='' class='resize'>höher</a>");
$('.resize').click(function(){
var NHeight = ($("textarea").height()+60)+'px'
$('textarea').css("height",NHeight).slideDown('slow');
});
});
and than works no more
> You should also consider to calculate NHeight outside your click-function:
Yes i do this first, its must go to rerun. This works when in click!
--
Viele Grüße, Olaf
-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/