This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |