mirror of
https://github.com/wahyd4/bootstrap.git
synced 2026-08-15 07:46:13 +10:00
fix typo in tabs example
This commit is contained in:
+1
-1
@@ -425,7 +425,7 @@ $('#my-modal').bind('hidden', function () {
|
||||
</table>
|
||||
|
||||
<pre class="prettyprint linenums">
|
||||
$('#.tabs').bind('change', function (e) {
|
||||
$('.tabs').bind('change', function (e) {
|
||||
e.target // activated tab
|
||||
e.relatedTarget // previous tab
|
||||
})</pre>
|
||||
|
||||
Reference in New Issue
Block a user