Sometimes you need to be able to hide elements on a page, the following functions will help with the task of hiding/showing those elements.
Category: JavaScript
CopyText Via ID
This function is to copy text or other HTML elements from one ID to another ID
Hide/Unhide Element Via ID
In this code it is important to have visibility = ‘hidden’ and display = ‘none’ to hide without leaving white space In this code it is important to have visibility = ” and display = ” to show