Prototype의 유틸리티 함수
주요 함수 요약
$( ) document.getElementById()의 short-cut
$F( ) input 필드/option 등의 입력 값을 반환. 요소의 id뿐 아니라 요소 자체를 인자로 받음
$A( ) 다수의 인자를 Array로 변환
$H( ) 배열을 Hash 객체로 변환
$R( ) new ObjectRange(lowerBound, upperBound, excludeBounds)의 short-cut