Skip to content

function_css

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

Function css

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


css read, or write css

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


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

Clone this wiki locally