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');

Parameter list

Type @var Description Required
object object Wrapper Required
string read what Required
string [write] what Optional
##### Example: `_('.wrapper').css('width', '10px');`



Back to function list

Clone this wiki locally