mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
$(document).ready instead of $(function() {}) for ender support
This commit is contained in:
Vendored
+2
-2
@@ -25,7 +25,7 @@
|
||||
|
||||
var transitionEnd
|
||||
|
||||
$(function () {
|
||||
$(document).ready(function () {
|
||||
|
||||
$.support.transition = (function () {
|
||||
var thisBody = document.body || document.documentElement
|
||||
@@ -216,7 +216,7 @@
|
||||
/* MODAL DATA- IMPLEMENTATION
|
||||
* ========================== */
|
||||
|
||||
$(function () {
|
||||
$(document).ready(function () {
|
||||
$('body').delegate('[data-controls-modal]', 'click', function (e) {
|
||||
e.preventDefault()
|
||||
var $this = $(this).data('show', true)
|
||||
|
||||
Reference in New Issue
Block a user