嗨,我需要我的代码帮助才能使下面的 html 折叠,因为它目前没有折叠
这是javascript函数代码
function(event, ui) {
html='';
var show = "Yes";
html += "<h5 id='collapsible'>"+ show +"</h5>";
};
$('#history').html(html);
这是在 html 页面上显示 Yes 的 html 文本代码
<div id="history"></div>
请帮我切换/折叠<div id="history"></div>