Skip to main content

Posts

Showing posts with the label jquery-address

How do I get to #1 of html page using jQuery Address

I'm using asual jquery address plugin for page navigation. But I have a little problem. When I'm inserting mypage.html#first_paragraph address plugin recognize this as new page, not as "goto operation". And I just want this link to go to that place of my page. How can I do this? For example: http://developer.android.com/reference/android/widget/ListView.html#addFooterView(android.view.View ) see, when you click on this link its automatically goes to that place of page (with the addFooterView method) When I'm trying to release this using jquery address plugin, this (<a href="ListView.html#addFooterView(android.view.View)">ListView</a>) link (it opens new page) is recognizing as link (not "go to this part of page" operation)