Pop up box in Ruby on Rails
Posted
by palani
on Stack Overflow
See other posts from Stack Overflow
or by palani
Published on 2010-04-21T06:39:05Z
Indexed on
2010/04/21
6:43 UTC
Read the original article
Hit count: 203
ruby-on-rails
Hi I want to display a popup windo on my rails application... Here is exactly what i want is . I have the line called "My profile" (for link i used link_to). if user clicks the link the popup should come out and displays the user's profile details.... i tried with :popup => 'true' option but it creates new window. i want some Ajax kind of stuff... can any one help me on this.
© Stack Overflow or respective owner