jquery mobile records

1. The style jump does not take effect and takes effect after refreshing

solve:

<a href="#" data-ajax="false">

2. The listview data is too long and the display is incomplete

solve:

<p style="white-space:pre-wrap;">自动换行</p>

 3. Pop-up window

solve:

<div data-role="page" id="pageone">

<div data-role="header" s>

<a href="#pagetwo" class="ui-btn-right" data-transition="pop" data-rel="dialog">跳转</a>

</div>

<div data-role="content">

<ul id="list" data-role="listview">

</ul>

</div>

</div>

 

<div data-role="page" id="pagetwo" data-close-btn="none">

<div data-role="header">

</div>

<div data-role="content" align="center">

</div>

</div>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327040144&siteId=291194637