Skip to content

Instantly share code, notes, and snippets.

@beames
beames / index.html
Created September 14, 2014 21:42
Magnific Popup: Responsive jQuery Lightbox Plugin // source http://jsbin.com/vadesa/58
<!DOCTYPE html>
<html lang="en">
<head>
<link href="http://dimsemenov.com/plugins/magnific-popup/site-assets/all.min.css?v=0.9.9" rel="stylesheet" />
<script src="http://cdn.staticfile.org/jquery/1.11.1/jquery.min.js"></script>
<script src="http://cdn.staticfile.org/handlebars.js/1.3.0/handlebars.min.js"></script>
<script src="http://cdn.staticfile.org/ember.js/1.6.0-beta.5/ember.debug.js"></script>
<script src="http://cdn.staticfile.org/ember-data.js/1.0.0-beta.8/ember-data.min.js"></script>
@beames
beames / index.html
Created August 22, 2014 13:14
reload page jsbin reload page // source http://jsbin.com/piyur/6
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="jsbin reload page" />
<meta charset="UTF-8">
<title>reload page</title>
</head>
<body>
<script>
@beames
beames / index.html
Created August 22, 2014 13:12
Ember Starter Kit Ember.Select Selection Binding // source http://jsbin.com/ramero/2
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Ember.Select Selection Binding" />
<meta charset="utf-8">
<title>Ember Starter Kit</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.3.0.js"></script>
<script src="http://builds.emberjs.com/tags/v1.6.1/ember.js"></script>
@beames
beames / index.html
Created August 22, 2014 13:12
Ember.Select Down // source http://jsbin.com/hohuq/6
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Ember.Select Down" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.js"></script>
<script src="http://builds.emberjs.com.s3.amazonaws.com/tags/v1.0.0/ember.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
@beames
beames / index.html
Created August 22, 2014 13:12
Ember filterBy // source http://jsbin.com/xafac/1
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Ember filterBy" />
<meta charset=utf-8 />
<title>JS Bin</title>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.3/handlebars.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/ember.js/1.0.0-rc.1/ember.js"></script>
</head>
@beames
beames / index.html
Created August 22, 2014 13:11
mocha + should.js + superagent // source http://jsbin.com/feseco/1
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="mocha + should.js + superagent" />
<meta name="de scription" content="mocha + should.js + superagent" />
<!-- <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> -->
<script src="http://cdn.staticfile.org/should.js/should.js/3.1.4/should.min.js"></script>
<script src="http://cdn.staticfile.org/mocha/1.20.1/mocha.js"></script>
<script src="http://cdn.staticfile.org/superagent/0.15.7/superagent.js"></script>
<script>mocha.setup('bdd')</script>
@beames
beames / index.html
Created August 22, 2014 13:11
Ember + Simple Bootstrap Typehead ember-Pagenation // source http://jsbin.com/tacah/2
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="ember-Pagenation" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.4/handlebars.js"></script>
<link href="http://twitter.github.io/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://builds.emberjs.com.s3.amazonaws.com/ember-1.0.0-rc.6.js"></script>
@beames
beames / index.html
Created August 22, 2014 13:10
test-suite mocha-ember-Pagenation // source http://jsbin.com/tacah/8
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="mocha-ember-Pagenation" />
<link rel="stylesheet" href="http://cdn.staticfile.org/mocha/1.20.1/mocha.css">
<script src="http://cdn.staticfile.org/should.js/should.js/3.1.4/should.min.js"></script>
<script src="http://cdn.staticfile.org/mocha/1.20.1/mocha.js"></script>
<script src="http://cdn.staticfile.org/superagent/0.15.7/superagent.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.4/handlebars.js"></script>
@beames
beames / index.html
Created August 22, 2014 13:10
Mojax test mockjax demo // source http://jsbin.com/mafuco/1
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="mockjax demo" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src=" http://cdnjs.cloudflare.com/ajax/libs/jquery-mockjax/1.5.3/jquery.mockjax.js"></script>
<meta charset="UTF-8">
<title>Mojax test</title>
<style id="jsbin-css">
table td{border-bottom:1px solid #ccc;padding:4px;margin:0}