jquery moblie listview里面的内容绑定事件_Bind events in jquery mobile listview

jquery moblie listview里面的list在动态添加到listview元素里面后,绑定的事件无效。
需要在refresh事件之后进行事件绑定,如图:
In the jquery moblie listview,when add content in the listview,and bind events on these elements,the events are do not work.
so i need bind events after the listview invoke resresh.