[jQuery] Problems with retrieving / setting textarea content [Firefox]

2007-03-08 Thread Rob Desbois
I have a textarea which I want to read / write. I have been testing with this: alert($(#the_text_area).text()); $(#the_text_area).text('different text'); That works as expected until the textarea contents are modified by the user. From that point, .text() continues to return the

Re: [jQuery] Problems with retrieving / setting textarea content [Firefox]

2007-03-08 Thread Klaus Hartl
Rob Desbois schrieb: I have a textarea which I want to read / write. I have been testing with this: alert($(#the_text_area).text()); $(#the_text_area).text('different text'); That works as expected until the textarea contents are modified by the user. From that point, .text()