Skip to content

Instantly share code, notes, and snippets.

View villanus's full-sized avatar

Frank villanus

  • Las Vegas, Nevada
View GitHub Profile
@mbostock
mbostock / .block
Last active November 27, 2023 17:54
Perspective Transformation
license: gpl-3.0
@cmer
cmer / cjax.js.coffee
Created March 9, 2012 20:54
CJAX - History.js-PJAX hybrid that doesn't suck in IE
# This is a work in progress. I use it in production and it works very well, but use at your own risk!
@initCJAX = () ->
History = @History
$ = @jQuery
document = @document
return false unless @History.enabled
$ ->
contentSelector = ".main"