{"id":21625437,"url":"https://github.com/coderius/jquery-dynamic-content-menu","last_synced_at":"2025-04-11T12:35:18.237Z","repository":{"id":57282077,"uuid":"195750713","full_name":"coderius/jquery-dynamic-content-menu","owner":"coderius","description":" Dynamically generated content menu for easy navigation on a separate web page. Menu items are formed by default from the h1, h2, h3 tags in the content.","archived":false,"fork":false,"pushed_at":"2019-10-21T11:24:06.000Z","size":24,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T08:51:20.307Z","etag":null,"topics":["dynamic-content-menu","jquery","jquery-menu","jquery-plugin","menu"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-08T06:34:10.000Z","updated_at":"2024-10-03T10:05:26.000Z","dependencies_parsed_at":"2022-08-31T00:02:00.280Z","dependency_job_id":null,"html_url":"https://github.com/coderius/jquery-dynamic-content-menu","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderius%2Fjquery-dynamic-content-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderius%2Fjquery-dynamic-content-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderius%2Fjquery-dynamic-content-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderius%2Fjquery-dynamic-content-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderius","download_url":"https://codeload.github.com/coderius/jquery-dynamic-content-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402326,"owners_count":21097328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamic-content-menu","jquery","jquery-menu","jquery-plugin","menu"],"created_at":"2024-11-25T01:09:16.737Z","updated_at":"2025-04-11T12:35:18.218Z","avatar_url":"https://github.com/coderius.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jquery dynamic content menu\n===========================\n**This plugin on the fly creates a menu of the current page. By clicking on any menu item, the plugin moves to this item on the page. By default, menu items are formed from headline tests h1, h2, h3. \nBut you can specify any tags, css classes or id elements that will take part in the formation of the menu.**\n\nSee code example - [html code and include plugin \u0026 basic config](https://github.com/coderius/jquery-dynamic-content-menu/blob/master/demos/index.html)\n\n\nPlugin gif in action:\n-------------------\n![Jquery dynamic content menu](https://github.com/coderius/github-images/blob/master/ezgif.com-video-to-gif.gif?raw=true \"Jquery dynamic content menu\")\n\nBasic usage.\n-----------\nInclude CSS and JavaScript files.\n\nBetween \u003chead\u003e ... \u003c/head\u003e include css\n\n```html\n\u003c!DOCTYPE HTML\u003e\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003cmeta charset=\"UTF-8\"\u003e\n        \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\"/\u003e\n        \u003ctitle\u003eJquery dynamic content menu\u003c/title\u003e\n       \u003clink rel=\"stylesheet\" href=\"../jquery-dynamic-content-menu.css\" type=\"text/css\" /\u003e\n\n\t\u003c/head\u003e\n```\n\nBefore \u003c/body\u003e include scripts and plugin like thet:\n\n```js\n\u003cscript src=\"https://code.jquery.com/jquery-2.2.4.min.js\" integrity=\"sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003cscript src=\"../jquery-dynamic-content-menu.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n            \n$(function() {\n    if(!window.jQuery){\n        alert('jQuery not included!');\n    }\n    //Include plugin\n    $(\"#dinamicMenu\").dynamicContentMenu({\n        // 'theme' : \"material\",\n        'selectors' : \"h1, h2, h3, .h1s\",\n        'extendPage': false // do not increase page height\n    });\n});\n\u003c/script\u003e\n\u003c/body\u003e\n```\n\nAnd use in html:\n\n```html\n\u003c!-- Side --\u003e\n\u003cdiv class=\"col-md-4\"\u003e\n    \u003c!-- Plugin menu in this place --\u003e\n    \u003cdiv id=\"dinamicMenu\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\nLicense\n-------\n*Copyright (c) 2010-2019 Sergio Coderius.*\n\n**jquery-dynamic-content-menu** plugin is released under the MIT License (MIT). See the bundled LICENSE.md for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderius%2Fjquery-dynamic-content-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderius%2Fjquery-dynamic-content-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderius%2Fjquery-dynamic-content-menu/lists"}