Skip to content

function_css

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

Function css

_('.wrapper').css(read,write)

css read, or write css

  • @param object object
  • @param string read what to read
  • @param string? write what to write
  • @example _('.wrapper').css('width', '10px');

    Back to function list

Clone this wiki locally