css

abstract fun css(propertyName: String): String(source)
abstract fun css(propertyName: String, value: String): JQuery(source)
abstract fun css(propertyName: String, value: Number): JQuery(source)
abstract fun css(propertyName: String, value: (index: Number, value: String) -> dynamic): JQuery(source)
abstract fun css(properties: Any): JQuery(source)