Response title
This is preview!




$("div[data-role='content']").bind('swipeleft', function(e){
display_next();
e.stopImmediatePropagation();
return false;
});
$("div[data-role='content']").bind('swiperight', function(e){
display_previous();
e.stopImmediatePropagation();
return false;
});
© 2012 jQuery Foundation
Sponsored by
and others.
