-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: f.getClientRects is not a function. (In 'f.getClientRects()', 'f.getClientRects' is undefined) #145
Comments
You need jQuery Migrate 3.0 |
So.. It's not working with jquery 3.0 ? Is there gonna be a fix for that ? I don't want to use jQuery Migrate just for stellar... |
I created a pull request for the fix #147 |
@mgsmus Your Pull for Fix has failed? It seems not fixed on main version. |
I don't understand that Travis-CI yet. |
I want to run a program that uses jquery-ui-1.10.4 and have jquery 3.1.1 on my webpage, it gives the error "Uncaught TypeError: f.getClientRects is not a function". I have already tried using jquery-migrate-3.0.0.js on my page but did not change the error. |
lkjkljkl |
you can use this version and have pull request at #158 |
@markdalgleish How about to finally merge PR provided by @ahkui and give him rights to be a project collaborator? |
I keep getting: TypeError: f.getClientRects is not a function. (In 'f.getClientRects()', 'f.getClientRects' is undefined) though I think I've tried everything. I've included both jquery and stellar.js through bower and I use them on the page:
From Bower:
The js:
The html
The css
The text was updated successfully, but these errors were encountered: