Response title
This is preview!
$('[data-role="contact"]').live('click tap', function () {
$('#first').append('<ul><li>Next Page Entry<\/li><\/ul>');
$("#words-list").listview();
$("#words-list").listview('refresh');
});
if i call the function twice the Next page entry opens. what im doing wrong?
thx for your help!
© 2013 jQuery Foundation
Sponsored by and others.