text

abstract fun text(): String(source)
abstract fun text(text: String): JQuery(source)
abstract fun text(text: Number): JQuery(source)
abstract fun text(text: Boolean): JQuery(source)
abstract fun text(func: (index: Number, text: String) -> String): JQuery(source)