javascript - change popup to modal window -


i have following line of code opens pop window onclick:

<%= link_to 'something', :onclick => "javascript:window.open('/users/#{@status.id}/statuses/into_it','popup','width=285,height=300,top=315,left=200');" %> 

instead open modal window onclick. , if possible remove modal window if client clicks outside of modal window.

are looking fancybox?

www.fancybox.net


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -