Hi
I need help regarding displaying of a save button when we select some
thing from the drop down.
Hi
I need help regarding displaying of a save button when we select some
thing from the drop down.
Venu Gopal wrote:
Hi
I need help regarding displaying of a save button when we select some
thing from the drop down.
Hi,
Try using the following
<%= select_tag “name”, options_for_select([“Free”, “Basic”, “Advanced”,
“Super Platinum”], “Free”), {:onchange => “call a javascript function
that will show the save button”} %>
Might Help.
Regards
Saurabh
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