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:

{}

Back to function list

Clone this wiki locally