jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • sulwon
    Participant

    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.


    sulwon
    Participant

    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.

Viewing 2 posts - 1 through 2 (of 2 total)