search for: thelayoutyourus

Displaying 1 result from an estimated 1 matches for "thelayoutyourus".

2006 May 31
1
Best way to render stuff inside a div and pass variables?
For example, I want to click a button or a link, then without leaving the page, i want the content of a <div> to change accordingly if I click the link1 I want the content1 to show up inside the <div>here</div> I made it possible by using: <%= render :partial => "icons", :collection => @packages, :locals => { :@icon_name => "-add-black-" }