mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #10039 from daguej/js-refs
Don't explicitly reference global jQuery
This commit is contained in:
commit
f1b0cd491c
@ -123,4 +123,4 @@
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -95,4 +95,4 @@
|
|||||||
|
|
||||||
$(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
|
$(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -106,4 +106,4 @@
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -214,4 +214,4 @@
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -176,4 +176,4 @@
|
|||||||
$target.collapse(option)
|
$target.collapse(option)
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -151,4 +151,4 @@
|
|||||||
.on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
|
.on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
|
||||||
.on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
|
.on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -243,4 +243,4 @@
|
|||||||
.on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
|
.on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
|
||||||
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
|
.on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -114,4 +114,4 @@
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -155,4 +155,4 @@
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -132,4 +132,4 @@
|
|||||||
$(this).tab('show')
|
$(this).tab('show')
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -383,4 +383,4 @@
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
@ -53,4 +53,4 @@
|
|||||||
$.support.transition = transitionEnd()
|
$.support.transition = transitionEnd()
|
||||||
})
|
})
|
||||||
|
|
||||||
}(window.jQuery);
|
}(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user