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

Issues changing the value of an element in an array in matlab -

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -