Skip to content

Commit

Permalink
Add link to github page and images
Browse files Browse the repository at this point in the history
  • Loading branch information
amegan committed Mar 16, 2012
1 parent e11653a commit f6386b7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -5,6 +5,8 @@ jQuery/jQuery mobile plugin to give Flipboard app like effect. Flip effect uses
## Compatibility
Current version is compatible with jQuery 1.6.4, 1.7.0, 1.7.1 and jQuery Mobile 1.0 and 1.1.

## Screenshots
![Flip right-to-left](http://amegan.github.com/jquery-flip/shot.png "Flip Right-to-Left") ![Flip bottom-to-top](http://amegan.github.com/jquery-flip/shot2.png "Flip Bottom-to-Top")

## Installation

Expand All @@ -16,6 +18,13 @@ After copying files to your web project, load js and css file into your html.
<link rel="stylesheet" href="css/jquery.mobile.flip.css" />
<script type="text/javascript" src="js/jquery.mobile.flip.js"></script>

## github page
[http://amegan.github.com/jquery-flip/](http://amegan.github.com/jquery-flip/ "jquery-flip on github page")

## Demo
Linke to demo page


## Usage

### Prerequisite
Expand Down Expand Up @@ -87,7 +96,7 @@ Option can be passed through data-flip- prefix attribute too.
</section>
</div>

## Option
## Options
Following option is supported.

option name | description | jqm attribute | value
Expand Down

0 comments on commit f6386b7

Please sign in to comment.