Problem in scrolling list view, is very slow any solution

Problem in scrolling list view, is very slow any solution

<ul>

<li>
<a>
<fieldset>
<checkbox>
</checkbox>
<label for =checkbox>
<label>
</fieldset>
</a>
<a>
</a>
<li>

.
.
.
.<li>
<a>
<fieldset>
<checkbox>
</checkbox>
<label for =checkbox>
<label>
</fieldset>
</a>
<a>
</a>
<li>
</ul>
I am construction list order on server side and send data to client and adding in <ul>
after that $('#ul').trigger('create');
              $('#ul').listview('refresh');
if data more than 100 problem in listview scroll is very slow in ipod but in system it is very fast
i need to scroll very fast 
other i need 
checkbox ,label and button in <li> any other code or solution