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

Version 2.0: Uncaught TypeError: Cannot read property 'match' of undefined #112

Open raphaklaus opened 9 years ago

raphaklaus commented 9 years ago

Hello, when using an id to initialize the ShapeShift, an error occurs:

"Version 2.0: Uncaught TypeError: Cannot read property 'match' of undefined"

Example: http://jsfiddle.net/3sjfy3r4/

Anyway, using class attribute, it works normally.

ianlintner-wf commented 8 years ago

+1 was upgrading some code and had the same issue. Switching it to class fixes the issue.