On Aug 15, 2007, at 10:15 PM, wal5hy wrote: > ------------------------------------ > In IE everything works great!! > In Firefox I still get the same problem as before, it appears as if > the return false; at the end of the function is not working to tell > firefox not to follow the link > -----------------------------------
This part I can help you with. Use Event.stop() instead of return false. That's the cross-browser way to stop the event from bubbling up. Walter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
