I’m creating a simple scroll that I want to enforce a sortable in just to make it fun. Yet
I can’t see why it’s not sorting like it should.
$('.sorting').sortable({cursor:'pointer',
tolerance:'pointer', scroll: false, revert: true});
I have a visual here. In addition, I know I’m not the best in making things look good i.e Css, but I’m trying so if there is something I am not doing correctly or that looks off I’ll be be very open and appreciative to the tip(s).
There is a jquery selector issue check this JSFIDDLE
css