Skip to content

flbeta_function_css

Wesley de Groot edited this page Sep 15, 2016 · 35 revisions
                     _          
                    (_)         
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.0.8 Beta

Function css

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



css read, or write css

Parameter list

Type @var Description Required
object object Wrapper Required
string read what to read Required
string [write] what to write Optional

Example:

_('.wrapper').css('width', '10px')


Returns:

null




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