RailsCasts Pro episodes are now free!

Learn more or hide this

Erik Petersen's Profile

GitHub User: cthree

Site: http://www.4mmedia.com

Comments by Erik Petersen

Avatar

I can't get any events to fire:

mercury.js
$(window).bind('mercury:ready', function() { alert("$"); });
jQuery(window).bind('mercury:ready', function() { alert("jQuery"); });
function onMercuryReady() { alert("onMercuryReady"); }

Notta :(