Remove Rails partial from view?
My Rails app uses partials to load different pieces of the site into view.
What I'd like to do is add a close icon that actually removes the partial
from view when clicked. Example: So the user opens a folder in the app,
and clicks an icon to "close" the folder.
Is this possible? Thanks.
No comments:
Post a Comment