Hi,
I turn this code into CoffeeScript:
paintIt = (element, backgroundColor, textColor) ->
element.style.backgroundColor = backgroundColor
if textColor?
element.style.color = textColor
and this code I turn to html.rb
<a href="#" onclick="paintIt(this,
'#990000')">Paint it red</a>
it not worked fine, I see the link but it's not Paint it red!
What Did I Do Wrong?
thank, Izik
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/1a13b315775cf3863839abaaded7306f%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.