You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to create the call filtrify, happens the following error (TypeError: $(...).on is not a function - filtrify.js LN: 162). Can you help me?
grateful.
My Code:
$(function() {
$.filtrify("container", "placeHolder");
});
Thanks.
The text was updated successfully, but these errors were encountered:
It looks like the jquery is not loading. Make sure you have jquery loading before filtrify. Like this:
script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
script src="[path to your folder]/filtrify.min.js"
(I had to remove script tags or it was parsing them, make sure to use proper syntax.)
Dear friends.
when I try to create the call filtrify, happens the following error (TypeError: $(...).on is not a function - filtrify.js LN: 162). Can you help me?
grateful.
My Code:
$(function() {
Thanks.
The text was updated successfully, but these errors were encountered: