<input type="button"class="change" value="change all">
<textareaclass="input">Schwarz -- doesn't work for text, that was pasted into textarea, onLoad text only....why???</textarea>
dictionary 말고도 jquery 의 each 함수를 통해 다중의 class 접근하여 해당 dom 의 값을 변경할 수 있습니다. textarea 는 값을 변경할 경우 text() 함수가 아닌 val() 로 변경이 가능합니다.