This is a very strange error to me. I've googled this and found some
information about JQuery, but I am not using JQuery.
This is a fresh install of Scriptaculous and Prototype, I'm doing a
single appear affect which works fine, but as soon as I attempt a fade
effect I get this error;
Error: element.getInlineOpacity is not a function
When I search inside effects.js for this function, I do find:
Element.getInlineOpacity = function(element){
return $(element).style.opacity || '';
};
Anyone have a clue about this? It's stopping me up! I haven't had this
happen to be before and I'm running several pages on same server with
affects that work....
Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---