mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Replace $.fn.bind with $.fn.on in alert docs
This commit is contained in:
parent
8ca182876d
commit
b94306d29b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
</table>
|
||||
</div><!-- /.table-responsive -->
|
||||
{% highlight js %}
|
||||
$('#my-alert').bind('closed.bs.alert', function () {
|
||||
$('#my-alert').on('closed.bs.alert', function () {
|
||||
// do something…
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
|
Loading…
Add table
Reference in a new issue