开发者

jQuery plugin to change panel contents depending on anchor selection?

开发者 https://www.devze.com 2023-02-21 03:51 出处:网络
If I have a panel, the content of which should change, based on a menu selection, is there a jQuery plugin or widget that would do this?

If I have a panel, the content of which should change, based on a menu selection, is there a jQuery plugin or widget that would do this?

Choice A Anchor |  Choice B Anchor |  Choice C Anchor
_____________________________________________________



                   PANEL CONTENTS



_____________________________________________________



<div class="contents-a"&g开发者_运维问答t;Content A</div>

<div class="contents-b">Content B</div>

<div class="contents-c">Content C</div>


it seems like jQuery UI tabs is what you want,

correct?

0

精彩评论

暂无评论...
验证码 换一张
取 消