-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: item.find is not a function #19
Comments
Curious. A few questions:
|
Hi, I've had the same problem whenever I've tried to implement Isortope. Same in all browsers, jQuery v1.12.4, Wordpress. The demo works for me. IE screenshot: https://goo.gl/fPZe2e Chrome's console : |
Same issue here with both jQuery 1.12.4 and 3.2.1. I managed to solve it by changing What version of Isotope does the demo site use? |
Demo's currently running Isotope 1.5.26 |
Same issue as @wisq I changed item to $(item) and now all my rows overlap |
@shiflonium If you have a link to an example, I could take a look at it. |
I had the same issue. Just make sure that jquery is executed first and |
Hello :)
I'd like to use this plugin in wordpress site, but I've got such error:
TypeError: item.find is not a function
return isortopeCellFilter(item.find('.col0'));
on line 188 probably.
Can you provide me any working solution to this problem?
I've got jquery and isotope libraries included.
The text was updated successfully, but these errors were encountered: