¡@

Home 

2014/10/16 ¤W¤È 12:09:09

jquery Programming Glossary: strclean

Need Pure/jQuery Javascript Solution For Cleaning Word HTML From Text Area

http://stackoverflow.com/questions/1038129/need-pure-jquery-javascript-solution-for-cleaning-word-html-from-text-area

similar to his textarea .change function convert any opening and closing braces to their HTML encoded equivalent. var strClean this .val .replace gi ' lt ' .replace gi ' gt ' Remove any double and single quotation marks. strClean strClean.replace.. equivalent. var strClean this .val .replace gi ' lt ' .replace gi ' gt ' Remove any double and single quotation marks. strClean strClean.replace gi '' .replace ' gi '' put the data back in. this .val strClean If you are looking for a way to completely.. var strClean this .val .replace gi ' lt ' .replace gi ' gt ' Remove any double and single quotation marks. strClean strClean.replace gi '' .replace ' gi '' put the data back in. this .val strClean If you are looking for a way to completely REMOVE..