I have a separate html file called "list.html"
On that list.html i have this event:
$( '#listpage' ).live( 'pagebeforeshow',function(event)
That event runs a Ajax request for a JSON string and then builds a list with items.
I also have a button called "Next". How can i click on it an have the pagebeforeshow event run again? I have tried various mehtods but it didn´t work as expected.