Skip to content

function_css

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

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:

Array



Back to function list

Clone this wiki locally