In one of my JavaScript files I have the following statement:
calInputTextArray = getElementsByTagAndClassName('*', 'calendardatepicker');
In Konqueror this gives:
MochiKit.js line 2983: TypeError: Null Value
The code there reads:
#####
var _381=[];
for(var i=0;i<_380.length;i++){
var _382=_380[i];
var _383=_382.className.split(" ");
for(var j=0;j<_383.length;j++){
if(_383[j]==_378){
_381.push(_382);
break;
#####
The line where it goes wrong is:
var _383=_382.className.split(" ");
What is happening here and how can it be fixed?
I am using MochiKit 1.3.1.
In FireFox and Opera it works as expected.
--
Cecil Westerhof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---