An element is removed from the html file with the following code,\[code\]$("#sample").remove();\[/code\]When view the source code, the removed element still appear in the source code. Whether it is possible to remove the element from the source code?