jQuery show / hide
- by tony noriega
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...