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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: