I was trying to use the drag drop functionality of html. I have a unordered list which has draggable li components.Each li components has two input box along with it.While dropping it in the other side I want to remove the input boxes and want to dispaly only the li element name.I had given class name trunc for the input boxes in the li component.I wrote the below code but it's not doing the job.I was trying to use the drag drop functionality