Skip to content

F2 Script Error When Using With jQuery In No Conflict Mode #232

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

Closed
smoderski opened this issue Feb 5, 2015 · 2 comments
Closed

F2 Script Error When Using With jQuery In No Conflict Mode #232

smoderski opened this issue Feb 5, 2015 · 2 comments
Labels
Milestone

Comments

@smoderski
Copy link

F2.basic.js Uncaught TypeError: $ is not a function line 4124

When running F2 with jQuery in no conflict mode, there is an error being thrown on line 4124 in F2.basic.js. The jQuery reference should be changed from $(root) to jQuery(root).

@markhealey
Copy link
Member

Thanks @smoderski, this will be addressed in 1.4 #142

@markhealey markhealey added this to the 1.4.0 milestone Feb 11, 2015
@markhealey markhealey added the bug label Feb 11, 2015
@markhealey markhealey mentioned this issue Feb 11, 2015
30 tasks
@brianbaker
Copy link
Member

Looks like in 1.4-wip this line of code no longer exists due to refactoring, but there are a few instances of $ that need to be changed to jQuery.

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

No branches or pull requests

3 participants