I am trying to implement some visual effects with link_to_function()
but I get this error in firebug: Effect is not defined
function onclick(event) { new (Effect.Appear)("new-number", {});
return false; }(click clientX=490, clientY=574)

This is the code I am using:

echo link_to_function('Change', visual_effect('appear', 'new-number'))

the same code works fine on another page.

I don't see any difference in implementation... any ideas as to why
Effect would not be defined?

Thanks in advance,
Zach
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to