jQuery Mobile trigger('create') finished on listview -


i'm rendering listview want call function, hideuncheckedlistitems(), once trigger('create') has finished manipulate listview. there event can listen when it's finished? or other way of triggering function once listview has been created?

i've tried following, seems trigger early:

this.content.trigger('create').trigger('listrendered'); 

this in context of phonegap app uses backbone.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -