MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / move

Function move

parse.js:891–894  ·  view source on GitHub ↗
(anchor_el, el_id)

Source from the content-addressed store, hash-verified

889}
890
891function move(anchor_el, el_id) {
892 const el = $('#'+el_id).parent()
893 anchor_el.after(el)
894}
895
896function insertPageBreaks() {
897 insertPageBreakBefore('#decorator')

Callers 2

fixPageBreaksFileFunction · 0.85
fixPageBreaksStructFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected