mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Merge pull request #15740 from twbs/carousel-events-target
Clarify target of carousel events
This commit is contained in:
		
						commit
						012af29efc
					
				|  | @ -226,6 +226,7 @@ $('.carousel').carousel({ | ||||||
|     <li><code>direction</code>: The direction in which the carousel is sliding (either <code>"left"</code> or <code>"right"</code>).</li> |     <li><code>direction</code>: The direction in which the carousel is sliding (either <code>"left"</code> or <code>"right"</code>).</li> | ||||||
|     <li><code>relatedTarget</code>: The DOM element that is being slid into place as the active item.</li> |     <li><code>relatedTarget</code>: The DOM element that is being slid into place as the active item.</li> | ||||||
|   </ul> |   </ul> | ||||||
|  |   <p>All carousel events are fired at the carousel itself (i.e. at the <code><div class="carousel"></code>).</p> | ||||||
|   <div class="table-responsive"> |   <div class="table-responsive"> | ||||||
|     <table class="table table-bordered table-striped bs-events-table"> |     <table class="table table-bordered table-striped bs-events-table"> | ||||||
|       <thead> |       <thead> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue