Skip to content

Instantly share code, notes, and snippets.

View spencermathews's full-sized avatar

Spencer Mathews spencermathews

View GitHub Profile
@spencermathews
spencermathews / 4-function (condition) start.markdown
Created February 9, 2016 19:07
4-function (condition) start
@spencermathews
spencermathews / 3-function (parameter) start.markdown
Last active February 5, 2016 01:14
3-function (parameter) start
@spencermathews
spencermathews / 2-function (named) start.markdown
Last active February 5, 2016 01:41
2-function (named) start
@spencermathews
spencermathews / image demo hover preload.markdown
Last active February 5, 2016 00:51
image demo hover preload
@spencermathews
spencermathews / index.html
Created February 5, 2016 00:49
jQuery effects and animation sample file
<section id="global">
<nav>
<a href="" id="hide">hide</a>
<a href="" id="show">show</a>
<a href="" id="toggle">toggle</a>
</nav>
</section>
<section id="animationFunctions">
<nav>
@spencermathews
spencermathews / index.html
Created February 5, 2016 00:48
jQuery animate callback image
<section id="image">
<img src="http://www.redrocketmedia.com/des157/images/mermaid.png" alt="mermaid">
</section>
<section id="caption">
<h1>mermaids are real!</h1></section>