Hi guys,
I wrote the following code :
$$('ul#list_works > li.clicked').each( function(x)
{ x.removeClassName('clicked'); } );
which seems to work fine, but I can see the follwoing error in the js
console :
Warning : reference to undefined property responder[callback]
source file : http://localhost:3000/javascripts/prototype.js?1220608011
Line : 1140
what is the meaning of this warning ? cannot google any link to some
clear explanation
I am running version 1.6.0.1 of Prototype
thanks for your lights
Erwin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---