FlowConsent
ServicesBlogExtensionSolutionsPricingTry FlowConsent
FlowConsent

FlowConsent is a GDPR-compliant cookie consent management platform.

Product

  • Services
  • Extension
  • Extension support
  • Solutions
  • Pricing
  • FlowConsent App

Legal

  • Privacy Policy
  • Terms of Service
  • Legal notice

© 2026 FlowConsent by BeBranded. All rights reserved.

FrancaisDeutschEspanol

Does your website use third-party services? Get GDPR compliant in minutes.

Try FlowConsent
  1. Home
  2. Services
  3. Framework
  4. metisMenu
m

metisMenu

OtherWebsite

Related services

_

_hyperscript

_hyperscript is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. _hyperscript supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, _hyperscript ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

ABP Framework

ABP Framework is a development framework and toolkit providing developers with a structured foundation for building modern web applications. It offers reusable components, standardized architecture patterns, and comprehensive documentation. ABP Framework accelerates development through code generation, testing utilities, and build optimization. With an active community and extensive ecosystem, ABP Framework enables teams to build scalable, maintainable applications following industry best practices.

Other
A

Ace

Ace is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Ace integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Ace helps organizations maintain robust websites that meet user expectations and technical requirements.

Other

Adobe ColdFusion

Adobe ColdFusion is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe ColdFusion supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe ColdFusion ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other

Adobe Flash

Adobe Flash is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe Flash supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe Flash ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

Adobe GoLive

Adobe GoLive is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Adobe GoLive integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Adobe GoLive helps organizations maintain robust websites that meet user expectations and technical requirements.

Other
Get compliant — Try FlowConsent free

Free plan · 10-min setup

What does MetisMenu do?

MetisMenu is a lightweight open-source jQuery plugin for creating animated, collapsible navigation menus typically used in admin dashboards and web applications. It is a pure UI component with no data collection, no cookies, and no server communication. GDPR does not apply to MetisMenu itself — compliance obligations arise only from the application using it.

What is MetisMenu?

MetisMenu is a lightweight jQuery and vanilla JavaScript plugin for creating animated, collapsible, multi-level navigation menus. It is widely used in admin dashboard templates and web application interfaces to build sidebar navigation systems. MetisMenu handles the expand/collapse animation, active state management, and CSS class toggling for nested menu structures. It is entirely client-side and contains no data collection functionality.

GDPR and MetisMenu

MetisMenu has no GDPR implications. It is a pure UI interaction library that manipulates CSS classes and DOM elements. It sets no cookies, makes no server requests, and collects no data. The GDPR framework does not apply to MetisMenu itself. If the application using MetisMenu stores a user''s menu state preference in localStorage or cookies, that storage is managed by the developer''s code, not by MetisMenu.

CDN loading considerations

If MetisMenu is loaded from a public CDN (npm CDN, jsDelivr), the CDN logs visitor IP addresses. For applications where privacy is important, include MetisMenu in the application bundle and serve it from your own infrastructure. This is a minor consideration but eliminates any CDN-level data processing.

Get GDPR compliant in 10 minutes

Free plan available · No credit card required

Try FlowConsent free

Practical compliance steps

No specific GDPR actions are required for MetisMenu itself. Self-host MetisMenu via npm bundle to avoid CDN IP logging. Ensure that any menu state stored in localStorage by your application code is handled according to your cookie and data retention policies.

GDPR consent category

Other

Websites using MetisMenu must obtain user consent under GDPR regulations.

Legal basisMetisMenu is a UI component, not a data processor. No GDPR obligations arise from the plugin itself.
Risk levellow
Applicable regulationsGDPR compliance is the responsibility of the application developer

DPIA considerations

A DPIA is not required for MetisMenu. The plugin has no data processing capabilities.

Sample consent text

This application uses MetisMenu for navigation. MetisMenu is a client-side UI component with no data collection. See our privacy policy for information about data collected by this application.

Technical details

Tracking methodOpen-source jQuery/JavaScript navigation menu plugin, no client-side tracking
Server locationSelf-hosted (deployer infrastructure)
Cookieless tracking availableYes

Third-party domains contacted

metismenujs.comgithub.com

Cookies placed

NameTypeDurationPurpose
mm_collapsedsessionSessionOptional session storage for MetisMenu collapsed state — set by application developer, not MetisMenu itself

This service may collect user data. Ensure GDPR compliance with FlowConsent.

Get started freeScan your site

Frequently asked questions

Does MetisMenu collect personal data?

No. MetisMenu is a pure client-side UI interaction plugin. It manipulates CSS classes and DOM elements to create collapsible navigation menus. It does not collect, store, or transmit any data.

Does MetisMenu set cookies?

No. MetisMenu does not set any cookies. If an application uses MetisMenu and wants to remember a user's menu state, the developer would need to implement that separately in localStorage or cookies.

Does MetisMenu require a privacy policy entry?

No. MetisMenu has no data processing. It does not need to be mentioned in a privacy policy or cookie notice.

Does loading MetisMenu from a CDN create GDPR issues?

Minor consideration only. Public CDNs log visitor IP addresses when assets are served. Self-host MetisMenu via npm bundle to eliminate this. It is not a significant compliance concern.

Do I need a DPIA for MetisMenu?

No. MetisMenu has no data processing capabilities and requires no DPIA.

Is MetisMenu still maintained?

MetisMenu continues to receive occasional maintenance updates. It is widely used in admin dashboard templates. For new projects, modern CSS and vanilla JavaScript can often replace the need for jQuery-dependent menu plugins.

How do I use MetisMenu without creating CDN privacy issues?

Include MetisMenu in your application bundle via npm: npm install metismenu. Import it in your JavaScript bundle and serve it from your own infrastructure. This eliminates all CDN-level data processing.

Does MetisMenu use localStorage for menu state?

MetisMenu itself does not use localStorage by default. If you implement menu state persistence using localStorage in your application, that localStorage data is set by your application code, not by MetisMenu. Apply appropriate data handling for any personal data stored in localStorage.