$(element).attr('scrollHeight')
does not work (returns undefined)
but
$(element)[0].scrollHeight
does, is this right?andreas _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
$(element).attr('scrollHeight')
does not work (returns undefined)
but
$(element)[0].scrollHeight
does, is this right?andreas _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/