fg-collapsible
Advanced tools
Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "fg-collapsible", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Toggle your collapsible content", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -47,2 +47,3 @@ /* | ||
!$( a.target ).closest( $trigger ).length && | ||
$collapsible.data( pluginName ) && | ||
!$collapsible.data( pluginName ).collapsed && | ||
@@ -49,0 +50,0 @@ isMenu() && |
@@ -71,10 +71,7 @@ /* | ||
if( self.$tabHeader.is( '.' + activeTabClass ) ) { | ||
deactivateTab( self.$tabHeader ); | ||
} else { | ||
if( !self.$tabHeader.is( '.' + activeTabClass ) ) { | ||
deactivateTab( $tabContainer.find( '.' + activeTabClass ) ); | ||
activateTab( self.$tabHeader ); | ||
self.expand(); | ||
} | ||
self.toggle(); | ||
}).bind( "keydown", function( e ){ | ||
@@ -104,3 +101,3 @@ var $activeTab = $tabNav.find( "." + activeTabClass ); | ||
activateTab( self.$tabHeader ); | ||
self._expand(); | ||
self.expand(); | ||
} | ||
@@ -107,0 +104,0 @@ |
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
358600
10063