wrapAll

abstract fun wrapAll(wrappingElement: JQuery): JQuery(source)
abstract fun wrapAll(wrappingElement: Element): JQuery(source)
abstract fun wrapAll(wrappingElement: String): JQuery(source)
abstract fun wrapAll(func: (index: Number) -> String): JQuery(source)