jqueryを使用して、別のページで特定のdivを表示/非表示にすることはできますか?
つまり、私たちが提供するさまざまなプランのコンテンツを表示するContent.aspxがあります。
detail.aspに、固有のdivを持つより詳細なページがあります。
<div id="detail-a">
detailed content here for product A.
</div>
<div id="detail-b">
detailed content here for product B.
</div>
表示非表示ボックスをスクロールして、ページの残りの詳細コンテンツを表示したくない...それがすべて理にかなっている場合...