Skip to content

Instantly share code, notes, and snippets.

@srobbin
Created March 5, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srobbin/1980553 to your computer and use it in GitHub Desktop.
Save srobbin/1980553 to your computer and use it in GitHub Desktop.
PageSlide Demo: Programmatically
<a href="javascript:$.pageslide({ direction: 'left', href:'_secondary.html' })">Link text</a>
@oskosk
Copy link

oskosk commented Jun 26, 2012

There's a typo after key 'href'. It should be

href:'_secondary.html'

Thanks

@srobbin
Copy link
Author

srobbin commented Jun 26, 2012

Thanks for catching that, and letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment