unset object jquery from a variable but not delete on another variable code example
Example: how to delete a variable in js
hello = document.getElementById("Hello")
delete hello
hello = document.getElementById("Hello")
delete hello