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…
If I am reading this correctly, you are wanting links on one page to send the user to a second page and, on that second page, show or hide specific divs dependent on which link the user clicked on the first page.
On Contents.aspx
On details.asp