OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
130 stars 62 forks source link

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

Closed smoderski closed 9 years ago

smoderski commented 9 years ago

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 commented 9 years ago

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

brianbaker commented 9 years ago

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.