you can use data-toggle to accomplish your task. <div data-toggle="collapse" data-target="#anotherdiv"> Click on the div to display another div </div> <div ...
確定! 回上一頁