I'm trying to run an event selector where the title of my link is
shown else upon mouseover.
All I get is "undefined" I know it's simple, but I'm stumped on this
one.
var showDescription = {
'a.podcast:mouseover': function(element, event) {
element.title=$(element.getAttribute('title'));
new Insertion.Top('minitext', element.title);
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---