jQTouch icon indicating copy to clipboard operation
jQTouch copied to clipboard

When using .load() any included links animate to home

Open jonathanstark opened this issue 14 years ago • 0 comments

What steps will reproduce the problem?

  1. load content using $("#someScreen .content").load();
  2. 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?

jonathanstark avatar Jul 16 '10 20:07 jonathanstark