jQWidgets Forums
jQuery UI Widgets › Forums › General Discussions › Uncaught ReferenceError: jqxBaseFramework is not defined
Tagged: jqwidgets, jqxBaseFramework, not defined, version
This topic contains 12 replies, has 7 voices, and was last updated by Peter Stoev 8 years ago.
-
Author
-
I’m trying to upgrade to the latest version (3.5.0) and I’m getting the following javascript error on most of the jwidget components:
“Uncaught ReferenceError: jqxBaseFramework is not defined”What am I missing?
Regards,
Peter.Hello Peter,
As of now, the latest version of jQWidgets is still 3.4.0 and there is no such error thrown in any of the examples we have tested.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/OK – I’ll install 3.4.0. Although 3.5.0 is available in the client downloads area.
Regards,
Peter.Hi pete,
jQWidgets 3.5 is not officially available as it is visible from our website. Yes, you can download it, if you’re customer, but that does not mean that it is officially released. If you get jqxBaseFramework is undefined then most probably your jQuery reference is missing on your page, because this variable points to jQuery. This is new in jQWidgets 3.5 and is by design.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hello,
I am having the same issue.
But I can’t seem to be able to find version 3.4 on your site.
Do you have direct download link?
Thank you.Hi gked,
If you get this error, then you most probably have the jQuery framework undefined or include the jQuery’s files after the jQWidgets files. jqxBaseFramework points to window.jQuery. Note that jQWidgets uses jQuery which means that you have to include jQuery before jQWidgets files.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Had the same issue. You have to make sure jqxcore.js is the first jqwidgets javascript file that you register on the page.
Also, make sure jqxangular.js is the last of the jqwidget javascript files you register. If not, the jqwidget directives will be ignored. I’m having fun learning this the hard way.
Hi kukabuka,
Actually the last is not required in case you create the widgets within document.ready when all files are loaded. Otherwise, to create a directive of a widget, the widget’s file should be loaded. I think that should be expected because you can wrap something which exists.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hello sir,
I’m getting the Uncaught ReferenceError: jqxBaseFramework is not defined error using jqxdata.export.jsHi SilpaSivaraman,
This means that jqxcore.js is not referred or you are using mix of jQWidgets versions.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hello Peter Stoev,
I’m getting the “Uncaught ReferenceError: jqxBaseFramework is not defined” error using jqxdata.export.js
Pls help me.I would suggest you looking at the Data Export samples and especially which files are included. When all required files are included, you would never get such message.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.