1
Instead of: onmouseover="tooltip.pop(this, '#id2')"
You can: onmouseover="tooltip.pop(this, '##id2')"The double ## will tell the tooltip to create a copy of the content instead of moving the content back and forth.