-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77af974
commit 73e174c
Showing
6 changed files
with
2,084 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<script src="/Site%20Stuff/nSPTiles/1.2/nSPTiles.min.js" type="text/javascript"></script> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | ||
|
||
<!-- custom styling for the tiles --> | ||
<style type="text/css"> | ||
#nachoSlider | ||
{ | ||
|
||
} | ||
</style> | ||
|
||
<!-- the DIV where I want the slider --> | ||
<div id="nachoSlider"></div> | ||
|
||
<script type="text/javascript"> | ||
function blah(url, link) | ||
{ | ||
console.log("url: " + url); | ||
} | ||
nSPTiles.init("nachoSlider", "test 1", {onclick:"blah"}); | ||
</script> |
Oops, something went wrong.