if i visit page 2 directly, or visit without ajax, it works fine...
but if i visit page 2 from the link in page 1 (the page 2 will be open in a ajax way), I will see two times ajax request (F12 developer tool in Chrome), and the page 2 will not display correctly.
I made a simple test on jquerymobile tabs, but it loads twice, here is content:
Page 1:
Page 2:
=======================================
if i visit page 2 directly, or visit without ajax, it works fine...
but if i visit page 2 from the link in page 1 (the page 2 will be open in a ajax way), I will see two times ajax request (F12 developer tool in Chrome), and the page 2 will not display correctly.
any clue, please?