jQuery show / hide
Posted
by tony noriega
on Stack Overflow
See other posts from Stack Overflow
or by tony noriega
Published on 2010-05-21T16:41:01Z
Indexed on
2010/05/21
16:50 UTC
Read the original article
Hit count: 275
Can i user jquery to show / hide a specific div on another page?
i.e. i have Content.aspx that shows content for different plans we offer.
on detail.asp i have a more detailed page that hase unique divs.
<div id="detail-a">
detailed content here for product A.
</div>
<div id="detail-b">
detailed content here for product B.
</div>
i dont want the show hide box to scroll to show the rest of the page detailed content... if that all makes sense...
© Stack Overflow or respective owner