Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Updated documentation for 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
acolangelo committed Feb 3, 2013
1 parent b5a8e02 commit f965495
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#<a id="docs" href="#docs">jPanelMenu</a>

###Version 1.1.1
###Version 1.2.0

jPanelMenu is a [jQuery](http://jquery.com) plugin that creates a paneled-style menu (like the type seen in the mobile versions of [Facebook](http://m.facebook.com) and [Google](http://google.com), as well as in many native iPhone applications).

Expand Down
19 changes: 16 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ <h1 class="logo"><a href="." class="ss-list">jPanelMenu</a></h1>

<div class="content">
<section class="intro">
<h2 id="overview"><a href="#">Version 1.1.1</a></h2>
<h2 id="overview"><a href="#">Version 1.2.0</a></h2>
<div class="text">
<p>jPanelMenu is a <a href="http://jquery.com">jQuery</a> plugin that creates a paneled-style menu (like the type seen in the mobile versions of <a href="http://m.facebook.com">Facebook</a> and <a href="http://google.com">Google</a>, as well as in many native iPhone applications).</p>
<p class="jPM-specific">Just click on the menu button (the top left of this page) to see it in action.</p>
<p>Check out the <a href="#changelog">changelog</a> to see what&rsquo;s new in version 1.1.1.</p>
<p>Check out the <a href="#changelog">changelog</a> to see what&rsquo;s new in version 1.2.0.</p>
</div>
<div class="download">
<p><a href="../jquery.jpanelmenu.min.js" title="jPanelMenu 1.1.0 (Minifed)" class="button ss-download">Download jPanelMenu</a></p>
<p><a href="../jquery.jpanelmenu.min.js" title="jPanelMenu 1.2.0 (Minifed)" class="button ss-download">Download jPanelMenu</a></p>
<p>Download the <a href="../jquery.jpanelmenu.js" title="">unminifed version</a>.</p>
<p>Or <a href="https://github.com/acolangelo/jPanelMenu" title="Github | jPanelMenu">view the project on Github</a></p>
</div>
Expand Down Expand Up @@ -610,6 +610,19 @@ <h2 id="about"><a href="#about">Who Made This Wonderful Little Plugin?</a></h2>

<script src="http://use.typekit.net/koc4rlq.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!--
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36076455-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
-->

<!--
Expand Down

0 comments on commit f965495

Please sign in to comment.