I am displaying a modal dialog using jQuery. This dialog has a textarea control on it. But while submitting this dialog, the value of this textarea
textarea
In opera for getting the value or a textarea works only:
document.getElementById("description").value;
strange is that $("textara#description").val("") works (set method)