try <div id="toggle_appear" style="display:none;"> yada yada yada </div>
On Mon, Mar 29, 2010 at 2:05 PM, Dudebot <craignied@gmail.com> wrote:
This definitely works:
<%= button_to_remote "Test", :complete =>
visual_effect( :toggle_appear, "toggle_appear" ) %>
<div id="toggle_appear"> yada yada yada </div>
To toggle content off -> content on, etc.
But is there any way to have the initial content hidden?
Many TIA,
Craig
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment