MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / DragToDo.js

File DragToDo.js

assets/js/DragToDo.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const addBtns = document.querySelectorAll('.add-btn:not(.solid)');
2const saveItemBtns = document.querySelectorAll('.solid');
3const addItemContainers = document.querySelectorAll('.add-container');
4const addItems = document.querySelectorAll('.add-item');

Callers

nothing calls this directly

Calls 1

updateDOMFunction · 0.70

Tested by

no test coverage detected