FireFox textarea issue in modal dialog
问题 I've got a textarea inside a jQuery UI modal dialog. I tried changing the textbox value like this: 1) $('#textarea').val('test value'); 2) $('#textarea').text('test value'); Both of these work in all browsers. Except in Firefox it only works ONCE. When calling to either of these once again with a new value, the textarea value remains unchanged. No matter if this is while the modal dialog is open or prior to opening it (it opens with the textarea id="textarea" as part of the content - so