prependTo

abstract fun prependTo(target: JQuery): JQuery(source)
abstract fun prependTo(target: Array<Any>): JQuery(source)
abstract fun prependTo(target: Element): JQuery(source)
abstract fun prependTo(target: String): JQuery(source)