Created
May 22, 2015 21:54
-
-
Save ovdojoey/3fcc7e7112d4d0a75fc4 to your computer and use it in GitHub Desktop.
HTML for linkjax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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