Skip to content

Instantly share code, notes, and snippets.

View pulla's full-sized avatar
💭
I may be slow to respond.

Jin pulla

💭
I may be slow to respond.
  • kcm
  • seoul, korea
View GitHub Profile
@pulla
pulla / gist:7703581
Created November 29, 2013 09:50
foundation 4 reveal popup pass a variable?
I have an Archive and there is a reveal popup button for "see brief information" on each posts. it's from foundation 4.
When you click it shows the brief information of the post. so I need to pass $post_id to reveal popup.
How can I make it?
<li><a href="#" class="tiny button secondary" data-reveal-id="detail-reveal">Click to see Brief infomation</a></li>
when you click it, it shows brief reveal popup.