jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

enterStep and leaveStep events not firing #103

Closed martindelima closed 11 years ago

martindelima commented 11 years ago

I'm using jmpress ("all" with all plugins) with jQuery 1.9, and I've tried having the step events fire on three different machines now, with no luck. This happens with either 0.4.3 or 0.4.4. I just follow the docs. Does it require an older version of jQuery, or is there something else i'm missing? Thanks!

shama commented 11 years ago

jmpress.js hasn't been updated for jQuery 1.9.0 yet. 1.8.3 is the highest version it will currently work with.

shama commented 11 years ago

This commit 3099e6346a21a526c053f11119720d8f0ac9e78c fixes support for jQuery 1.9. Just need to change out the deprecated $.browser lines and $(step).on('enterStep', function(event) {}); will work again. Thanks!