jQTouch
jQTouch copied to clipboard
When using .load() any included links animate to home
What steps will reproduce the problem?
- load content using $("#someScreen .content").load();
- Click a link from the newly loaded content
What is the expected output? What do you see instead? Expected: Since the links in the loaded content are formatted like: href="#create" they should animate to the
area of the application.Instead: Any link from the loaded content animates through the history and eventually lands on the home area.
What version of the product are you using? On what operating system? R109 / safari-win / iphoneOS 3.1.2
Please provide any additional information below.
Would i need to "register" these new links? I did notice the insertPages() function.. is this something I need to fire?