ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

Not working with jquery no conflict any more? #410

Open mstrojek opened 10 years ago

mstrojek commented 10 years ago

I just migrated from gridster 0.5.1 to 0.5.5 and get some strange errors now in the console: TypeError: $.fn is undefined $.fn.coords = function() {... Line 109 Col 4

I'm using JQuery 1.9.1 min with no conflict enabled which was working with 0.5.1 The same error with 1.11.1 and gridster 0.5.5

Is that a known issue?