Its hard to describe the problem…
main page(index.php) : jquery.js and div content
subpage(test.php) : jqx-all.js; and actionWindow
When fist click of $(‘div#content’).load(‘pages/test.php’); on main page,
the actionwindow on subpage is normal, all css is fine.
But, click again $(‘div#content’).load(‘pages/test.php’); on main page,
is shows 2 actionwindow, one is freezed with no css, another one sometimes work normal sometimes freezed with normal css.
Can you help me to solve this symptoms !
Thanks,