Cycles to the next item. **Returns to the caller before the next item has been shown** (i.e. before the `slid.bs.carousel` event occurs).
-### `.carousel('dispose')`
+#### `.carousel('dispose')`
Destroys an element's carousel.
Hides a collapsible element. **Returns to the caller before the collapsible element has actually been hidden** (i.e. before the `hidden.bs.collapse` event occurs).
-### `.collapse('dispose')`
+#### `.collapse('dispose')`
Destroys an element's collapse.
{% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}
-### `.modal('dispose')`
+#### `.modal('dispose')`
Destroys an element's modal.
$('#someTab').tab('show')
{% endhighlight %}
-### .tab('dispose')
+#### .tab('dispose')
Destroys an element's tab.
})
{% endhighlight %}
-### `.scrollspy('dispose')`
+#### `.scrollspy('dispose')`
Destroys an element's scrollspy.