Hey guys, does anyone know of a way of including the Builder and
Effects files without using the load function in Scriptaculus.js? I'm
passing the page through a Proxy which fiddles with the links to
things, but it misses the files which Scriptaculus includes. I tried
just putting them in as <script> links but it doesn't pick them up and
I get super awesome infinite loop of 'this.Render is not found'
nastiness. :p
The error I'm getting atm is,
Error: $("bgFader").appear is not a function
so I'm assuming that means Effect.js was never included, but perhaps
I'm wrong and its another issue.
So I spose the question is can I include the files using <script>
tags?
Thanks in advance. :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---