hi,
im using link_to_remote, how can i display a waiting sign or some
progress bar to show that the process is taking place?
Thanks
hi,
im using link_to_remote, how can i display a waiting sign or some
progress bar to show that the process is taking place?
Thanks
link_to_remote “Click Me”, :url => { :action => ‘foo’ }, :before => "
Effect.Appear(‘msg’);", :after => “Effect.Fade(‘msg’);”
You could use other events such as loading and completed if you’d
prefer.
Progress bars are a lot more complex.
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