function d(b) {
        return this.each(function() {
            var c = a(this),
                d = c.data('bs.dropdown');
            d || c.data('bs.dropdown', (d = new g(this))),