Skip to content

Instantly share code, notes, and snippets.

View bjoshuanoah's full-sized avatar

Brian Noah bjoshuanoah

View GitHub Profile
@bjoshuanoah
bjoshuanoah / container.sass
Created October 23, 2012 22:58
scrollThis
#container{
margin-left:15px;
margin-top:8px;
width:243px;
height:344px;
overflow:hidden;
.content{
padding:0;
border:0;
margin:0;
@bjoshuanoah
bjoshuanoah / json_data
Created October 31, 2012 04:59
Iterate through jSon with key, val
var jsondata =[
{
"id":1,
"name":"a",
"place":"b"
},
{
"id":2,
"name":"c",
"place":"d"
@bjoshuanoah
bjoshuanoah / Readme.md
Created July 15, 2013 20:17
eGood Javascript Style Guide
@bjoshuanoah
bjoshuanoah / gist:6996528
Created October 15, 2013 18:40
OMG new jQuery stuff
$.extend($, _);