I tried to try Data-ajax true and then link to another HTML file.. when the HTML file load via ajax.. content not load, and any js script not working.. any advice for me..? please help me..
When you link to an other page with data-ajax="true" (which is the default) the data-role="page" container will be replaced. So if you have some JavaScript on that page it will not be loaded. You have to load everything on your first page.