RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: cthree
Site: http://www.4mmedia.com
I can't get any events to fire:
$(window).bind('mercury:ready', function() { alert("$"); }); jQuery(window).bind('mercury:ready', function() { alert("jQuery"); }); function onMercuryReady() { alert("onMercuryReady"); }
Notta :(
I can't get any events to fire:
Notta :(