diff --git a/js/jquery.mobile.listview.js b/js/jquery.mobile.listview.js index ee94e12eab1..47142aa8281 100644 --- a/js/jquery.mobile.listview.js +++ b/js/jquery.mobile.listview.js @@ -52,6 +52,9 @@ $.widget( "mobile.listview", $.mobile.widget, { var $this = $(this); $this.prependTo( $this.parent() ); //shift aside to front for css float }); + + // hook - send item apply event + item.trigger('itemApply'); }, _removeCorners: function( li, which ) {