将图像添加到可折叠内容标题
我正在关注可折叠内容文档 - http://jquerymobile.com/demos/1.0a4.1 /docs/content/content-collapsible.html
是否有一种在标题字段内将图像添加到右侧的方法(在标题字段下方的代码中由“测试”引用)。
<div data-role="collapsible" data-collapsed="true">
<h3>Test</h3><add image here>
</div>
我似乎在文档中找不到任何内容。
感谢您的帮助
I'm following the collapsible content doc at -
http://jquerymobile.com/demos/1.0a4.1/docs/content/content-collapsible.html
Is there a method of adding an image to the right, within the header field (in code below the header field is referenced by 'Test').
<div data-role="collapsible" data-collapsed="true">
<h3>Test</h3><add image here>
</div>
I can't seem to find anything in the docs.
Thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
HTML
HTML
在主 div 内使用左右浮动的两个 div 怎么样?
What about using two divs with left and right float inside main div?