{"id":23204746,"url":"https://github.com/akibrk/breadcrumbs","last_synced_at":"2026-04-26T23:31:38.137Z","repository":{"id":109641558,"uuid":"271150809","full_name":"akibrk/BreadCrumbs","owner":"akibrk","description":"Dynamic Breadcrumb Generator Using Javascript/Jquery","archived":false,"fork":false,"pushed_at":"2020-07-31T09:34:06.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T10:31:41.734Z","etag":null,"topics":["breadcrumbs","breadcrumbs-dynamic","javascript","jquery"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akibrk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-10T01:50:38.000Z","updated_at":"2024-12-16T17:15:00.000Z","dependencies_parsed_at":"2023-03-13T14:06:31.919Z","dependency_job_id":null,"html_url":"https://github.com/akibrk/BreadCrumbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akibrk/BreadCrumbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akibrk%2FBreadCrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akibrk%2FBreadCrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akibrk%2FBreadCrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akibrk%2FBreadCrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akibrk","download_url":"https://codeload.github.com/akibrk/BreadCrumbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akibrk%2FBreadCrumbs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["breadcrumbs","breadcrumbs-dynamic","javascript","jquery"],"created_at":"2024-12-18T16:28:52.625Z","updated_at":"2026-04-26T23:31:38.133Z","avatar_url":"https://github.com/akibrk.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic BreadCrumb Generator (JS)\n### Implemented with Bootstrap 3/4 vanilla Javascript and JQuery\n\n## Things you should know\n - This is not compiled\n - You can change everything about the code, just read through once\n - Two versions available Pure JS and JQuery\n\n## Getting Started\n - Copy all from either `main.js` or `jquery.js` to your project\n - Add a breadcrumb container `\u003cnav class=\"breadcrumb\"\u003e\u003c/nav\u003e` will do\n - Set the name for your homepage/landing page\n - Set the history length\n - Use back button if you want\n \n ## Example\n Download the repo.\n\n ## The Back Navigation\n - Use this as container if you want back button\n    ```html\n    \u003cnav class=\"breadcrumb\"\u003e\n        \u003ca href=\"#.\" class=\"breadcrumb-item btn-go-back\"\u003eBack\u003c/a\u003e\n    \u003cnav\u003e\n    ```\n - Its added by default in JS, you can remove it if you want\n - Uses `window.history`\n## Other\n - If you don't want crumbs in home page remove the container\n - Also modify this part in line 29 in `main.js` or 24 in `jquery.js`\n    ```javascript\n    if (!pageName || pageName === indexPageName) {\n        initHomeCrumb();\n        return;\n    }\n    ``` \n**Let me know if you have any suggestions. Have a good one! :)**\n\nSource - https://github.com/akibrezakhan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakibrk%2Fbreadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakibrk%2Fbreadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakibrk%2Fbreadcrumbs/lists"}