bootstrap-submenu
Advanced tools
Comparing version 2.0.1 to 2.0.2
/*! | ||
* Bootstrap-submenu v2.0.0 (http://vsn4ik.github.io/bootstrap-submenu) | ||
* Bootstrap-submenu v2.0.2 (http://vsn4ik.github.io/bootstrap-submenu) | ||
* Copyright 2015 Vasily A. (https://github.com/vsn4ik) | ||
@@ -77,2 +77,5 @@ * Licensed under the MIT license | ||
click: function(event) { | ||
// Fix a[href="#"]. For community | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -79,0 +82,0 @@ |
/*! | ||
* Bootstrap-submenu v2.0.0 (http://vsn4ik.github.io/bootstrap-submenu) | ||
* Bootstrap-submenu v2.0.2 (http://vsn4ik.github.io/bootstrap-submenu) | ||
* Copyright 2015 Vasily A. (https://github.com/vsn4ik) | ||
@@ -7,2 +7,2 @@ * Licensed under the MIT license | ||
"use strict";!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){function b(b){this.$element=a(b),this.$menu=this.$element.closest(".dropdown-menu"),this.$main=this.$menu.parent(),this.$items=this.$menu.children(".dropdown-submenu"),this.init()}function c(b){this.$element=a(b),this.$main=this.$element.parent(),this.$menu=this.$main.children(".dropdown-menu"),this.$subs=this.$main.siblings(".dropdown-submenu"),this.$items=this.$menu.children(".dropdown-submenu"),this.init()}function d(b){this.$element=a(b),this.$main=this.$element.parent(),this.$menu=this.$main.children(".dropdown-menu"),this.$items=this.$menu.children(".dropdown-submenu"),this.init()}return b.prototype={init:function(){this.$element.on("keydown",a.proxy(this,"keydown"))},close:function(){this.$main.removeClass("open"),this.$items.trigger("hide.bs.submenu")},keydown:function(a){27==a.keyCode&&(a.stopPropagation(),this.close(),this.$main.children("a, button").trigger("focus"))}},a.extend(c.prototype,b.prototype,{init:function(){this.$element.on({click:a.proxy(this,"click"),keydown:a.proxy(this,"keydown")}),this.$main.on("hide.bs.submenu",a.proxy(this,"hide"))},click:function(a){a.stopPropagation(),this.toggle()},hide:function(a){a.stopPropagation(),this.close()},open:function(){this.$main.addClass("open"),this.$subs.trigger("hide.bs.submenu")},toggle:function(){this.$main.hasClass("open")?this.close():this.open()},keydown:function(b){32==b.keyCode&&b.preventDefault(),-1!=a.inArray(b.keyCode,[13,32])&&this.toggle()}}),d.prototype={init:function(){this.$menu.off("keydown.bs.dropdown.data-api"),this.$menu.on("keydown",a.proxy(this,"itemKeydown")),this.$menu.find("li > a").each(function(){new b(this)}),this.$menu.find(".dropdown-submenu > a").each(function(){new c(this)}),this.$main.on("hidden.bs.dropdown",a.proxy(this,"hidden"))},hidden:function(){this.$items.trigger("hide.bs.submenu")},itemKeydown:function(b){if(-1!=a.inArray(b.keyCode,[38,40])){b.preventDefault(),b.stopPropagation();var c=this.$menu.find("li:not(.disabled):visible > a"),d=c.index(b.target);if(38==b.keyCode&&0!==d)d--;else{if(40!=b.keyCode||d===c.length-1)return;d++}c.eq(d).trigger("focus")}}},a.fn.submenupicker=function(b){var c=this instanceof a?this:a(b);return c.each(function(){var b=a.data(this,"bs.submenu");b||(b=new d(this),a.data(this,"bs.submenu",b))})}}); | ||
"use strict";!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){function b(b){this.$element=a(b),this.$menu=this.$element.closest(".dropdown-menu"),this.$main=this.$menu.parent(),this.$items=this.$menu.children(".dropdown-submenu"),this.init()}function c(b){this.$element=a(b),this.$main=this.$element.parent(),this.$menu=this.$main.children(".dropdown-menu"),this.$subs=this.$main.siblings(".dropdown-submenu"),this.$items=this.$menu.children(".dropdown-submenu"),this.init()}function d(b){this.$element=a(b),this.$main=this.$element.parent(),this.$menu=this.$main.children(".dropdown-menu"),this.$items=this.$menu.children(".dropdown-submenu"),this.init()}return b.prototype={init:function(){this.$element.on("keydown",a.proxy(this,"keydown"))},close:function(){this.$main.removeClass("open"),this.$items.trigger("hide.bs.submenu")},keydown:function(a){27==a.keyCode&&(a.stopPropagation(),this.close(),this.$main.children("a, button").trigger("focus"))}},a.extend(c.prototype,b.prototype,{init:function(){this.$element.on({click:a.proxy(this,"click"),keydown:a.proxy(this,"keydown")}),this.$main.on("hide.bs.submenu",a.proxy(this,"hide"))},click:function(a){a.preventDefault(),a.stopPropagation(),this.toggle()},hide:function(a){a.stopPropagation(),this.close()},open:function(){this.$main.addClass("open"),this.$subs.trigger("hide.bs.submenu")},toggle:function(){this.$main.hasClass("open")?this.close():this.open()},keydown:function(b){32==b.keyCode&&b.preventDefault(),-1!=a.inArray(b.keyCode,[13,32])&&this.toggle()}}),d.prototype={init:function(){this.$menu.off("keydown.bs.dropdown.data-api"),this.$menu.on("keydown",a.proxy(this,"itemKeydown")),this.$menu.find("li > a").each(function(){new b(this)}),this.$menu.find(".dropdown-submenu > a").each(function(){new c(this)}),this.$main.on("hidden.bs.dropdown",a.proxy(this,"hidden"))},hidden:function(){this.$items.trigger("hide.bs.submenu")},itemKeydown:function(b){if(-1!=a.inArray(b.keyCode,[38,40])){b.preventDefault(),b.stopPropagation();var c=this.$menu.find("li:not(.disabled):visible > a"),d=c.index(b.target);if(38==b.keyCode&&0!==d)d--;else{if(40!=b.keyCode||d===c.length-1)return;d++}c.eq(d).trigger("focus")}}},a.fn.submenupicker=function(b){var c=this instanceof a?this:a(b);return c.each(function(){var b=a.data(this,"bs.submenu");b||(b=new d(this),a.data(this,"bs.submenu",b))})}}); |
@@ -71,2 +71,5 @@ /** | ||
click: function(event) { | ||
// Fix a[href="#"]. For community | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
@@ -73,0 +76,0 @@ |
{ | ||
"name": "bootstrap-submenu", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Bootstrap Sub-Menus", | ||
@@ -28,23 +28,23 @@ "keywords": [ | ||
}, | ||
"engines": { | ||
"node": "=>0.10.0" | ||
}, | ||
"devDependencies": { | ||
"bootstrap": "~3.3.5", | ||
"bootstrap": "~3.3.6", | ||
"grunt": "~0.4.5", | ||
"grunt-banner": "~0.5.0", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-contrib-compress": "~0.13.0", | ||
"grunt-contrib-copy": "~0.8.1", | ||
"grunt-banner": "~0.6.0", | ||
"grunt-contrib-clean": "~0.7.0", | ||
"grunt-contrib-compress": "~0.14.0", | ||
"grunt-contrib-copy": "~0.8.2", | ||
"grunt-contrib-cssmin": "~0.14.0", | ||
"grunt-contrib-jshint": "~0.11.3", | ||
"grunt-contrib-less": "~1.0.1", | ||
"grunt-contrib-uglify": "~0.9.2", | ||
"grunt-contrib-less": "~1.1.0", | ||
"grunt-contrib-uglify": "~0.11.0", | ||
"grunt-ejs": "~0.3.0", | ||
"grunt-jscs": "~1.8.0", | ||
"highlight.js": "~8.8.0", | ||
"grunt-jscs": "~2.5.0", | ||
"highlight.js": "~9.0.0", | ||
"jquery": "~2.1.4", | ||
"load-grunt-tasks": "~3.2.0", | ||
"octicons": "github/octicons" | ||
"load-grunt-tasks": "~3.3.0", | ||
"octicons": "~3.3.0" | ||
}, | ||
"engines": { | ||
"node": "=>0.10.0" | ||
}, | ||
"spm": { | ||
@@ -51,0 +51,0 @@ "main": "dist/js/bootstrap-submenu.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36265
455