Lines Matching refs:on

88 			$(el).on('click', dismiss, this.close)
120 $parent.on($.support.transition.end, removeElement) :
154 $(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
255 $(document).on('click.button.data-api', '[data-toggle^=button]', function (e) {
294 .on('mouseenter', $.proxy(this.pause, this))
295 .on('mouseleave', $.proxy(this.cycle, this))
445 $(document).on('click.carousel.data-api', '[data-slide]', function (e) {
598 $(document).on('click.collapse.data-api', '[data-toggle=collapse]', function (e) {
639 var $el = $(element).on('click.dropdown.data-api', this.toggle)
640 $('html').on('click.dropdown.data-api', function () {
759 .on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus)
760 .on('click.dropdown touchstart.dropdown.data-api', '.dropdown form', function (e) {
763 .on('touchstart.dropdown.data-api', '.dropdown-menu', function (e) {
766 .on('click.dropdown.data-api touchstart.dropdown.data-api', toggle, Dropdown.prototype.toggle)
767 ….on('keydown.dropdown.data-api touchstart.dropdown.data-api', toggle + ', [role=menu]', Dropdown.p…
874 $(document).on('focusin.modal', function (e) {
882 this.$element.on('keyup.dismiss.modal', function (e) {
981 $(document).on('click.modal.data-api', '[data-toggle="modal"]', function (e) {
1042 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1046 this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1047 this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1373 this.$scrollElement = $element.on('scroll.scroll-spy.data-api', process)
1492 $(window).on('load', function () {
1633 $(document).on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
1786 .on('blur', $.proxy(this.blur, this))
1787 .on('keypress', $.proxy(this.keypress, this))
1788 .on('keyup', $.proxy(this.keyup, this))
1791 this.$element.on('keydown', $.proxy(this.keydown, this))
1795 .on('click', $.proxy(this.click, this))
1796 .on('mouseenter', 'li', $.proxy(this.mouseenter, this))
1909 $(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
1948 .on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
1949 .on('click.affix.data-api', $.proxy(function () {
2020 $(window).on('load', function () {