PhoneGap中文网

标题: jquery mobile Accordions 是什么 [打印本页]

作者: 小雪    时间: 2013-7-12 20:23
标题: jquery mobile Accordions 是什么
jquery mobile Accordions 是什么,怎么用求解
作者: admin    时间: 2013-7-12 20:30
是建立在jQuery Mobile的一套的个别collapsibles到一系列分组的手风琴


  1. <div data-role="collapsible-set" data-theme="c" data-content-theme="d">
  2.     <div data-role="collapsible">
  3.         <h3>Section 1</h3>
  4.         <p>I'm the collapsible content for section 1</p>
  5.     </div>
  6.     <div data-role="collapsible">
  7.         <h3>Section 2</h3>
  8.         <p>I'm the collapsible content for section 2</p>
  9.     </div>
  10.     <div data-role="collapsible">
  11.         <h3>Section 3</h3>
  12.         <p>I'm the collapsible content for section 3</p>
  13.     </div>
  14. </div>
复制代码

作者: 你懂得    时间: 2013-9-27 15:42
有道理。。。
作者: woniu    时间: 2013-10-25 20:28
学习了,感觉这个就是collapsible啊




欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) Powered by Discuz! X3.2