Closed flyfishtome closed 10 years ago
English translation courtesy of Google:
Page conversion failure When first switched to a new page, refresh the page after switching will return to the previous page and the current page can not switch any page. Closer look at it, the problem may be caused by url. Detailed Look at screenshot.
A page refresh reloads the original page, ignoring the hash. The script rewrites the original page's link to #simple2.html, and since that's the hash that's already in the address bar clicking the link doesn't do anything.
One possible fix is to ajax-load any hash item that isn't already on the current page. Another possible fix is to document that the refresh button isn't well supported :)
Thank you for your help,I know where is the problem.I am trying to solve it
Does not support Chinese ? The second page, appear garbled
This plugin uses ajax to load the new page, and that can have trouble if your encoding isn't UTF-8 (http://stackoverflow.com/questions/553463/jquery-ajax-character-encoding-problem). Make sure you're using UTF-8 for both your pages.
If that doesn't solve the problem, can you make your pages available somewhere for me to try?
On Jul 23, 2013, at 2:50 AM, lroronoazoro notifications@github.com wrote:
Does not support Chinese ? The second page, appear garbled
— Reply to this email directly or view it on GitHub.
@flyfishtome 我看没啥问题啊?问问详细,修复了哪里?
Thank you very much, I test again
Closing due to inaction.
当第一次切换到新页面时,刷新切换后的页面,会回到上一个页面,并且当前页面不可以切换任何页。 仔细查看了一下,问题可能是 url 造成。 详细请看截图。