queue

abstract fun queue(queueName: String? = definedExternally): Array<Any>(source)
abstract fun queue(newQueue: Array<Function<*>>): JQuery(source)
abstract fun queue(callback: Function<*>): JQuery(source)
abstract fun queue(queueName: String, newQueue: Array<Function<*>>): JQuery(source)
abstract fun queue(queueName: String, callback: Function<*>): JQuery(source)