Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
Fixed examples
  • Loading branch information
aalaap committed Jan 5, 2014
1 parent 3e8920c commit 0ad4385
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ <h1>jqExpire Demo</h1>
<p>This is element 1. It has no expiry.</p>
</div>

<div id="elem2" data-expire="2014-12-12">
<p>This is element 1. This expires when 2013 ends. It should be hidden now.</p>
<div id="elem2" data-expire="2013-12-12">
<p>This is element 2. This expires when 2013 ends. It should be hidden now.</p>
</div>

<div id="elem3">
<p>This is element 1. This should be also be hidden when 2014 starts, but it is done so via a jQuery call.</p>
<p>This is element 3. This should be also be hidden when 2014 starts, but it is done so via a jQuery call.</p>
</div>

<div id="elem4">
<p>This is element 4. This should be visible, but the earlier two must be hidden. View source to check.</p>
</div>

<div id="elem5">
<p>This file demonstrates the use of the <a href="https://github.com/aalaap/jqExpire">jqExpire jQuery plugin</a> by <a href="http://aalaap.com">Aalaap Ghag</a>.</p>
</div>

Expand Down

0 comments on commit 0ad4385

Please sign in to comment.