Skip to content

Instantly share code, notes, and snippets.

@ovdojoey
Created May 22, 2015 21:54
Show Gist options
  • Save ovdojoey/3fcc7e7112d4d0a75fc4 to your computer and use it in GitHub Desktop.
Save ovdojoey/3fcc7e7112d4d0a75fc4 to your computer and use it in GitHub Desktop.
HTML for linkjax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LinkJax Test</title>
</head>
<body>
<a href="test.html" class="linkjax" data-target="#id">test</a>
<a href="test.html" class="linkjax">test 2</a>
<a href="test.html" class="linkjax">tes 3</a>
<a href="test.html" class="linkjax">tes 5</a>
<script src="./linkjax.js"></script>
<script>LINKJAX.init({returnType: 'html', argus: false, wa: false});</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment