Skip to content

Instantly share code, notes, and snippets.

View madchops1's full-sized avatar

Karl Steltenpohl madchops1

View GitHub Profile
<!-- Sitemap Generator -->
<script type="text/javascript">
var _0xd5e5=["\x73\x69\x74\x65\x6D\x61\x70\x67\x65\x6E\x65\x72\x61\x74\x6F\x72\x3A\x3A\x20","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x62\x6F\x64\x79","\x64\x6F\x63\x75\x6D\x65\x6E\x74","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x2A","\x70\x6F\x73\x74\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74"];window[_0xd5e5[7]](function(){parent[_0xd5e5[6]](_0xd5e5[0]+JSON[_0xd5e5[4]](window[_0xd5e5[3]][_0xd5e5[2]][_0xd5e5[1]]),_0xd5e5[5])},3000);
</script>
@madchops1
madchops1 / jquerysitetourex
Created October 4, 2012 17:34
How To Use jQuery Site Tour
<link href="jquery.sitetour.css" rel="stylesheet">
<script type='text/javascript' src='jquery-1.7.1.min.js'></script>
<script type='text/javascript' src='jquery.scrollTo-min.js'></script>
<script type='text/javascript' src='jquery.sitetour.js'></script>
<script type='text/javascript'>
var siteTourData = [
{
title: 'First Step of Tour',
text: 'Feature an element in the first step of the tour.',
selector: '#your-element-id'