04-22-2012, 03:07 PM
Try and see for yourself, it changes:
...
document.getElementById(uidForm).style.display = none;
alert(widgetHtml);
}
...
The changes are in the client memory not in the file that it reads, the file that it reads will remain unchanged, this is javascript + html, the files that the browser(client) receives. are html tags, and javascript.

