jQuery UI Widgets › Forums › Getting Started › help me my upgrade issue.(ver4.2.1)
Tagged: $(document).ready(), 4.2.1, jqwidgets, jqx-all.js, jqxTabs, tab, Tabs, version
This topic contains 7 replies, has 3 voices, and was last updated by Dimitar 7 years, 6 months ago.
-
Author
-
Dear Team,
Could you help me my upgrade issue?
I’m testing my own web application using jQWidgets verver4.1.2 and your library is so good.(includes jqx-all.js)
Today I upgraded version ver4.2.1, but my application does’n work.
I downgraded verver4.1.2 back, and it works well.Is it licence problem? or a diffrent matter?
Best Regards,
sulwon.Hello sulwon,
Could you, please, share if there are any errors thrown in your browser’s console when you are using version 4.2.1?
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Dear Dimitar,
I tried to test my application using using version 4.2.1 again.
My Apps have 2 steps as below,
– Log-in Screen: [using widgets: jqxInput, jqxPasswordInput, jqxPasswordInput and calling Ajax)
=> new version is working normally.
– Main Screen: [Menu Panel: jqxMenu, jqxSplitter, jqxPanel, jqxExpander, jqxWindow
. MainPanel: jqxTabs, jqxDropDownList, jqxButton, jqxGrid and jqx.dataAdapter]
– Clicking on menu item, a new app is run with new tab dynamically.I found out what is problem today.
– Menu pannel’s widgets : working normally
– It’s not calling the “$(document).ready” function in dynamic page using version 4.2.1.
(After rolling back version 4.1.2, “$(document).ready” function is normally called.)There is no error in my browser’s console.
Best regards,
sulwon.Hello sulwon,
Please note that $(document).ready() is a jQuery functionality and is not directly related to jQWidgets. If you wish, you can try some alternatives to it. If your issue is still not solved, please share an example (in jsEditor) we can test in order to reproduce the erroneous behaviour.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Dear Dimitar,
I already know $(document).ready() is not related to jQWidgets.
But without any changing my program source, I only upgraded jQWidgets to version 4.2.1.My main page is loading the new page on the new jqxTabs using calling ajax dynamically, $(document).ready() function exists both main jsp-page and new jsp-page.
My problem is the second $(document).ready() is not run after upgrading. (skiping .ready() and only loading html page)Please ask you for advice what should I suspect and help me.
Best regards,
sulwon.Hello sulwon,
Unfortunately, this information is insufficient for us to determine why the issue occurs. Please share the parts of your source code you believe are relevant and we will review them and try to reproduce the issue locally.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/We are running into similar issues when upgrading from 4.1 to 4.5. We noticed that in the Release History, support for jQuery 3.1.0 was added in version 4.2. Does 4.5 require a jQuery upgrade 3.1 or above?
Thanks
Hello pauld,
jQWidgets supports jQuery v3.x.x, but it does not require it. The minimum version of jQuery you need to run jQWidgets is v1.7.0 (see section jQuery dependency and compatibility on the Documentation page).
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.