I'd recommend not using IDs at all for simplicity. Instead, use the DOM
traversal methods:var highlight = function(originalRequest){
new Effect.Highlight($(id).down());
}Colin Graham wrote: Aahh. I see. Well I'll take a look at that tomorrow and work out some kind of loop to increment the dive number. Thanks for your help Dave. Graham On Mar 1, 4:19 pm, dave crane <[EMAIL PROTECTED]> wrote: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
