Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imthenachoman committed Oct 23, 2015
1 parent 77af974 commit 73e174c
Show file tree
Hide file tree
Showing 6 changed files with 2,084 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/1.2/cewp.html
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>
Loading

0 comments on commit 73e174c

Please sign in to comment.