AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Uncaught TypeError: Cannot read property 'el' of undefined jquery.shapeshift.js:178 #79

Open gassorr opened 10 years ago

gassorr commented 10 years ago

When I try for example this: https://github.com/McPants/jquery.shapeshift/blob/master/demos/shuffle.html

I get 'el' undefined, only in Chrome, firefox doesn't care, and moves on with the rest of the code.

So right now the only way to get it to work on Chrome, is init the shapeshift last.

I'm sad now...

gassorr commented 10 years ago

I have the exact same thing...

vladimirgavrilovic commented 10 years ago

I have the same error, but my shifting works nicely.

pedroresende commented 9 years ago

@gassorr @vladimirgavrilovic I've made a PR to fix this problem https://github.com/McPants/jquery.shapeshift/pull/107

brianputz commented 9 years ago

fyi @pedroresende your fix isn't working