in reply to Re: formatting response text for AJAX widget
in thread [OT?] formatting response text for AJAX widget

The $('someId') is syntactic sugar provided by the Prototype library to fetch the DOM object for the element with that tag. If passed anything rather than a string it returns that object. More info here on the script.aculo.us wiki.