Skip to content

Instantly share code, notes, and snippets.

@jorgehatccrma
jorgehatccrma / gr-test.html
Last active December 28, 2015 04:19
Code to demonstrate a bug with polymer+jquery
<polymer-element name="gr-test">
<template>
<p>Hi there!</p>
</template>
<script>
Polymer('gr-test', {
ready: function() {
console.log("ready");
@jorgehatccrma
jorgehatccrma / hammerPinch.html
Created March 29, 2013 06:22
Simple example using hammer.js to handle pinch and other multitouch gestures
<html>
<head>
<script src="js/hammer.js-1.0.4/hammer.min.js"></script>
<!--script src="js/hammer.js-1.0.4/hammer.fakemultitouch.js"></script-->
</head>
<body >