How to link to specific anchor in table with jquery
Posted
by LisaH
on Stack Overflow
See other posts from Stack Overflow
or by LisaH
Published on 2010-04-29T19:54:47Z
Indexed on
2010/04/29
19:57 UTC
Read the original article
Hit count: 267
I am using this jquery plugin:
http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx
I have anchors in the code such as:
<a name="art" id="art2"></a> Articles
How can I open that particular row then? In other words, when a user clicks a link from another page to this landing page I would like the appropriate row to open up based on the anchor tag.
Thanks in advance!
© Stack Overflow or respective owner