Skip to content
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: $(...).on is not a function #50

Open
DAREAS opened this issue Jan 27, 2014 · 2 comments
Open

TypeError: $(...).on is not a function #50

DAREAS opened this issue Jan 27, 2014 · 2 comments

Comments

@DAREAS
Copy link

DAREAS commented Jan 27, 2014

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() {

        $.filtrify("container", "placeHolder");

    });

Thanks.

@elenika
Copy link

elenika commented Jan 27, 2014

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.)

@DAREAS
Copy link
Author

DAREAS commented Jan 27, 2014

Dear elenika.

Thanks for your help.

Now my application is runnig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants