Converts "<b>hi</b>" into "<b>hi</b>"Code:String.prototype.stripHTML=function(){ return this.replace(/\&/g,"\&").replace(/\</g,"\<").replace(/\gt/g,"\>") }
|
|
Results 1 to 15 of 221
Threaded View
Thread InformationUsers Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
|
Bookmarks