javascript - how to refresh table jquery mobile without data-role="table" -
i working on table in html how can refresh table. im not using data-role="table" reason here working
jsfiddle
code
<table id="tblmailmod" class="table ui-responsive"> <tbody> <tr style="cursor: pointer;" onclick="setimg(this);"> <td> <img class="imgok" id="envelope1" src="http://m.jalf.com/testjalf/img/select_ok.png" alt="" /> </td> <td> <a data-prefetch="true" onclick=""> <div class=" ">de:</div><div class=" ">suject:</div><div class=" ">date:</div></a> </td> <td> <a data-prefetch="true" onclick=""><span class="larrow"> <img class="imgarrow" src="http://m.jalf.com/testjalf/img/arrow_list_go.png"/> </span> <span> <div class=" ">admin </div> <div class=" "> approuvé!</div> <div class="coldate">fri, 21 feb 2014 18:34:47 gmt</div> </span> </a> </td> </tr> </tbody> </table>
Comments
Post a Comment