Skip to main content

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)


Comments

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?