|
Title: Error after upgrading JEasyUI to 1.3.5 Post by: arma on January 30, 2014, 05:50:47 AM Hi,
I just replaced jeasyui with the latest version 1.3.5, when i run there's error : Quote Uncaught TypeError: Cannot read property 'nodeType' of undefined jquery.min.js:4Any clue how to get around this? Title: Re: Error after upgrading JEasyUI to 1.3.5 Post by: arma on January 30, 2014, 06:09:03 AM Solved. I change the jquery.min.js with unminified version so i could see more detailed error in browser console. It's datebox with shared-calendar property point to unexisting dom element.
Now it works good :) Edited: It seems the bug reappears. I put shared-calendar in main layout and put some datebox input in a tab. When the tab closed the shared calendar also dissapear so when i repon the tab, error above will raise again. |