This function will remove all HTML tags from a string.
Addon
Window Print Method
Add a button to allow your visitors to print your Web page. Compact and simple, yet highly requested.
getElementsByAttribute
Ever run into a situation where you want to get an array of all elements with a specific attribute? Or even want elements with a certain value for that chosen attribute as well? Just add this code snippet to your script and your problem will be solved.
getXML
Obtain the contents of an XML element and convert it to text. This script is great for using with Ajax-type applications, when it’s necessary to send back the contents of an element to the server without knowing what’s there.
insertAfter()
Use this snippet to insert a node after another node. Quite handy in laying out Web pages.
Multiple onLoad 2
Need to load several functions after the page loads? Use this snippet to call several functions using the onLoad event handler. Easy to use.