Skip to content

Commit

Permalink
Example
Browse files Browse the repository at this point in the history
  • Loading branch information
cgst committed Jul 11, 2010
1 parent 3671294 commit d2b8f59
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<a id="my-button">Popover</a>

...

<div id="my-popover">
<div class="header">
...
</div>
<div class="content">
...
</div>
</div>


...

$('#my-button').popover({header: '#my-popover > .header',
content: '#my-popover > .content'});

0 comments on commit d2b8f59

Please sign in to comment.