germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.64k stars 759 forks source link

Uncaught TypeError: $ is not a function #199

Closed mr6volt closed 9 years ago

mr6volt commented 9 years ago

I've been unable to make the plugin work.

I'm using Jquery 1.7.2,

and using this to initialize: $(".view-contents").wookmark();

I get the following error in the console: Uncaught TypeError: $ is not a function It is pointing at Line 748 of the wookmark js file. $(this).eq(i).wookmark(options);

mr6volt commented 9 years ago

FIXED IT!

Changed Line 748: $(this).eq(i).wookmark(options); to: jQuery(this).eq(i).wookmark(options);

Sebobo commented 9 years ago

Hi, yes this error is known and fixed in 2.0.1.