如何在jQuery Mobile Collapsible中插入一个按钮

时间:2016-01-22 06:18:33

标签: jquery jquery-mobile

是否可以在jquery可折叠内插入一个按钮?

这就是我想要完成的事情,我不确定是否可行而且我没有找到关于此的更多信息: enter image description here

1 个答案:

答案 0 :(得分:1)

是,但可折叠标题已被视为按钮。所以你会在按钮内有一个按钮!?!

    <div data-role="collapsible">
                    <h4>Heading <button href='#' id='bt01' style="width:100px;">Click</button></h4>
                    <p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
            </div> 

应该在CSS中调整位置