I have a tiny problem controlling where my <li>
objects go when I use draggable and droppable from JQuery UI.
I have created this pretty elaborative fiddle to illustrate my problem: JSFiddle
Why doesn't the .courseBox
go into the .semester
<ul>
?
The .courseBox
should be movable back and forth and it's not only when trying to append it to the .semester
I have this problem. It happens when trying to move the .courseBox
back to the .basket
as well.
I believe it could have something to do with my moveCourse
function.