Skip to content

Instantly share code, notes, and snippets.

@ganglio
Created March 27, 2013 02:04
Show Gist options
  • Save ganglio/5250978 to your computer and use it in GitHub Desktop.
Save ganglio/5250978 to your computer and use it in GitHub Desktop.
Untitled
.pesco {
width: 600px;
height: 300px;
box-shadow: 0 0 10px black inset;
}
<div class='pesco' contenteditable="true"></div>
(function(){
var $ = function(e,c) {
return [].slice.call((c||document).querySelectorAll(e));
}
console.log($(".pesco"));
})();
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"javascript"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment