我使用的是JQuerymobile的可折叠集,在移动设备上查看时,我的长标题标题会被截断(并且无法阅读)。div data-role="collapsible">
<h3>My header with lots of text that gets truncated when viewing on mobile最后被截断为:我的头上有很多文本...
我们需要在可折叠文件中有一个多行标签,因为它们会被截断( en JQM 1.4或更多) <div data-role="collapsible">
<h3>My header with long text that truncated when viewing on mobile device or small screensA solution that worked for
我正在从服务器获得一些数据,我创建了一个ul列表,我正在尝试更新样式。function parseData(data) var html = '<ul data-role="listview" data-autodividers="true" data-filter="true" data-inset="true">';
$.each(data, function( ind