prop

abstract fun prop(propertyName: String): Any(source)
abstract fun prop(propertyName: String, value: String): JQuery(source)
abstract fun prop(propertyName: String, value: Number): JQuery(source)
abstract fun prop(propertyName: String, value: Boolean): JQuery(source)
abstract fun prop(properties: Any): JQuery(source)
abstract fun prop(propertyName: String, func: (index: Number, oldPropertyValue: Any) -> Any?): JQuery(source)