Can anyone help me to put the javascript statement
onmousewheel=return(false) into a rhtml view file inside a select- <
%=select …%>
Thanks
Can anyone help me to put the javascript statement
onmousewheel=return(false) into a rhtml view file inside a select- <
%=select …%>
Thanks
I found out how!
<%= select :individual, :state, Individual::STATES, {}, {:onmousewheel
=> “return false”} %>
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs