Hi!
I have multiple <Div></div> with different data on a page.
i want to go at specific <div></div> by clicking related text link.
like
<span>div one</span>
<span>div two</span>
<span>div three</span>
<div id="d1">ddd ddd</div>
<div id="d2">sssss</div>
<div id="d3">aaaa</div>
please help me that how this matter will solve
thanking you
Go to specific <div> data
Moderator: General Moderators
-
shafiq2626
- Forum Commoner
- Posts: 88
- Joined: Wed Mar 04, 2009 1:54 am
- Location: Lahore
- Contact:
Re: Go to specific <div> data
Code: Select all
<a href="#divid">clicky</a>