# Pie-Menu **Repository Path**: mirrors_GerHobbelt/Pie-Menu ## Basic Information - **Project Name**: Pie-Menu - **Description**: Simple configurable Path Menu written in Jquery and CSS3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple configurable Pie Menu Use this Pie Menu in your projects, it's simple and fully customizable! ## Usage Just link query.menu.js on your html document and Use html structure like bellow: ```html
Menu Toggle
``` JavaScript ```html $('#outer_container').PieMenu({ 'starting_angel':0(Starting Angle in degree), 'angel_difference' : 90(Displacement angle in degree), 'radius':100 (circle radius in px), }); ``` [Live demo!](http://nikesh.github.com/Pie-Menu)