I need help with hiding the content of all elements while dragging or sorting the list. Can someone assist me with this? Here is my working fiddle. My jQuery code used in the fiddle is:
$( function() {
$( "#sortable" ).sortable();
$( "#sortable" ).disableSelection();
} );
Appreciate any assistance provided. Thank you.