I have a working listview populated by js. I wanted to add an option to hide the listview but retain the listdivider. I can only come up with this:
$('#myList').empty()
and this emmpties everyrthing. How can I empty the list but not the listdivider?
many thanks.