Skip to content

Commit

Permalink
scrollTo value change for demo link in Launch page
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Sep 23, 2012
1 parent 92d0a5c commit d94ca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1 class="logo-title">Portfoliojs</h1>
<h2>Introduction</h2>
<div class="row-fluid">
<div class="span12">
<p>Portfoliojs is a lightweight jQuery gallery plugin for your beautiful images with horizontal scrolling which supports desktop, tablet and mobile browsers. Checkout the <a href="javascript:$.scrollTo('body', 500);">demo</a> above. Fork it at github - <a href="https://github.com/abhiomkar/portfoliojs">abhiomkar/portfoliojs</a>.</p>
<p>Portfoliojs is a lightweight jQuery gallery plugin for your beautiful images with horizontal scrolling which supports desktop, tablet and mobile browsers. Checkout the <a href="javascript:$(document).scrollTo(0, 500);">demo</a> above. Fork it at github - <a href="https://github.com/abhiomkar/portfoliojs">abhiomkar/portfoliojs</a>.</p>
</div>
</div>

Expand Down

0 comments on commit d94ca07

Please sign in to comment.