jQuery Mobile trigger('create') finished on listview
I'm rendering a listview where I want to call my function,
hideUncheckedListItems(), once trigger('create') has finished to
manipulate the listview. Is there an event I can listen for when it's
finished? Or some other way of triggering the function once the listview
has been created?
I've tried the following, but it seems to trigger too early:
this.content.trigger('create').trigger('listrendered');
No comments:
Post a Comment