How to load the same page without add anchor
- <div data-role="page" id="index">
- <a href="#memo" data-role="button">memo</a>
- </div>
- <div data-role="page" id="memo">
- .......
- </div>
I want to load the memo page without the url automatic add anchor, because it will effect the back button function, can I?