Skip to content

function_escapeHTML

Wesley de Groot edited this page Oct 23, 2015 · 37 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function escapeHTML

_('.wrapper').escapeHTML(str)

escape the HTML

  • @param object [object] Wrapper
  • @param string str string to escape
  • @return string
  • @example _.escapeHTML(str);
Example:

_.escapeHTML(str);



[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List)

Clone this wiki locally