You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Good day,
Is it possible to use other javascript events in rails instead of
using just onsubmit and onclick?
Like i want to use onLoad or onBlur how will i do that in rails?
Thank you
Frederick Cheung
unread,
Jul 18, 2008, 2:29:29 AM7/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Sure you can - just add an onBlur etc... option to the tag/element in
question. You can use the remote_function helper to generate the
javascript that makes an ajax request.