jQuery UI 手风琴 heightStyle 选项
jQuery UI 由使用 jQuery、CSS 和 HTML 实现的 GUI 小部件、视觉效果和主题组成。 jQuery UI 非常适合为网页构建 UI 界面。 jQuery UI Accordion heightStyle 选项用于控制每个面板的手风琴高度。它的可能值是“自动”、“填充”、“内容”。
句法:
$( ".selector" ).accordion({
heightStyle: "fill"
});
CDN 链接:首先,添加项目所需的 jQuery UI 脚本。
例子:
HTML
GeeksforGeeks
jQuery UI Accordion heightStyle Option
GFG
GeeksforGeeks
GeeksforGeeks
GeeksforGeeks
GeeksforGeeks
GeeksforGeeks
Geeks
GeeksforGeeks
GeeksforGeeks
GeeksforGeeks
GeeksforGeeks
Welcome to GeeksforGeeks
输出:
参考: https://api.jqueryui.com/accordion/#option-heightstyle