--
Posted via http://www.ruby-forum.com/.
> RJS error:
>
> TypeError: element.getElementsByTagName is not a function
Exactly what it says: getElementsByTagName is a basic JavaScript
function of *document*. So you need to look at your JS to see where
that's getting muddled...
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
*wrong*
>>> TypeError: element.getElementsByTagName is not a function
>>
>> Exactly what it says: getElementsByTagName is a basic JavaScript
>> function of *document*. So you need to look at your JS to see where
>> that's getting muddled...
>
> *wrong*
Perhaps you could be a little more explicit about what part of that you
consider to be "wrong" ? :-)