javascript - jQuery mobile, iterate elements (listview counter) and modify -


How to reinvent through all the listview counters (search for the square ".ui-li-count") and dynamically Change?

  $ (".ui-li-count") each (function (i) { $ (This) .html (myArr [i]); // myArr are the correct numbers});  

Comments