{"id":19935932,"url":"https://github.com/full-stack-web-developer-and-designer/jquery-datepicker","last_synced_at":"2026-06-08T02:31:18.323Z","repository":{"id":204599969,"uuid":"299068205","full_name":"full-stack-web-developer-and-designer/jQuery-datepicker","owner":"full-stack-web-developer-and-designer","description":"A simple and responsive jQuery UI Datepicker that provides a user-friendly calendar input for selecting dates on any website.","archived":false,"fork":false,"pushed_at":"2025-12-11T19:40:01.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T00:19:13.255Z","etag":null,"topics":["jquery","jquery-datepicker","jquery-plugin","mirnesglamocic"],"latest_commit_sha":null,"homepage":"https://full-stack-web-developer-and-designer.github.io/jQuery-datepicker/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/full-stack-web-developer-and-designer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-27T16:05:32.000Z","updated_at":"2025-12-11T19:42:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d8d3196-3a31-46ca-a620-e5c6d6724b5a","html_url":"https://github.com/full-stack-web-developer-and-designer/jQuery-datepicker","commit_stats":null,"previous_names":["full-stack-web-developer-and-designer/jquery-datepicker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/full-stack-web-developer-and-designer/jQuery-datepicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/full-stack-web-developer-and-designer%2FjQuery-datepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/full-stack-web-developer-and-designer%2FjQuery-datepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/full-stack-web-developer-and-designer%2FjQuery-datepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/full-stack-web-developer-and-designer%2FjQuery-datepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/full-stack-web-developer-and-designer","download_url":"https://codeload.github.com/full-stack-web-developer-and-designer/jQuery-datepicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/full-stack-web-developer-and-designer%2FjQuery-datepicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34046003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["jquery","jquery-datepicker","jquery-plugin","mirnesglamocic"],"created_at":"2024-11-12T23:22:40.464Z","updated_at":"2026-06-08T02:31:18.316Z","avatar_url":"https://github.com/full-stack-web-developer-and-designer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery Datepicker  \nA lightweight, clean, and fully responsive **jQuery Datepicker** implementation designed for easy integration into any web project.  \n\n---\n\n## 📌 About the Project\n\nThis project showcases a simple and user-friendly **jQuery UI Datepicker** with custom styling for modern websites and applications.  \nIt demonstrates how to quickly add an interactive calendar input to forms, landing pages, or booking systems.\n\n---\n\n## ✨ Features\n\n- Fully functional **jQuery UI datepicker**\n- Responsive and mobile-friendly design\n- Custom styling for a clean, modern look\n- Easy to embed in any HTML page\n- Supports date selection with visual calendar UI\n- Simple, minimal code structure\n\n---\n\n## 🛠️ Built With\n\n- **HTML5**\n- **CSS3**\n- **JavaScript**\n- **jQuery**\n- **jQuery UI**\n\n---\n\n## 🚀 Live Demo\n\nVisit the working version here:\n\n👉 https://full-stack-web-developer-and-designer.github.io/jQuery-datepicker/\n\n---\n\n### 📷 Screenshot\n\n[![Mockup of project jQuery datepicker by professional web developer and designer Mirnes Glamočić](/screenshot.png)](https://full-stack-web-developer-and-designer.github.io/jQuery-datepicker)\n\n---\n## 📂 Project Structure\n\n```graphql\njQuery-datepicker/\n│── index.html          # Main page containing jQuery datepicker\n│── LICENSE             # MIT LICENSE\n└── README.md           # This documentation file\n└── screenshot.png      # screenshot\n```\n\n---\n\n\n---\n\n## 🔧 Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/full-stack-web-developer-and-designer/jQuery-datepicker.git\n```\n\n### 2. Open the project\n\nSimply open the index.html file in your browser.\n\n---\n\n## 📦 How to Use\n\nTo add this datepicker to your own project:\n\n1. Include jQuery\n\n2. Include jQuery UI\n\n3. Initialize the datepicker:\n\n```javascript\n$(function() {\n  $(\"#datepicker\").datepicker();\n});\n```\n\nPlace an input field with the matching ID:\n\n```html\n\u003cinput type=\"text\" id=\"datepicker\" placeholder=\"Select a date\"\u003e\n```\n\nThat's it!\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!\n\n1. Fork the repository\n\n2. Create a new branch\n\n3. Commit your changes\n\n4. Submit a pull request\n\n---\n\n## 📄 License\n\nThis project is released under the MIT License.\n\n--\n\n### 👤 Author\n\n#### Mirnes Glamočić\n🌐 https://mirnesglamocic.com\n\n📧 Contact available on the website\n\n---\n\n### ⭐ Acknowledgments\n\nThank you for trying jQuery Datepicker!\n\nFeel free to send suggestions or improvements.\n\n---\n\n### ⭐ If you find this project helpful, please give it a star!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffull-stack-web-developer-and-designer%2Fjquery-datepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffull-stack-web-developer-and-designer%2Fjquery-datepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffull-stack-web-developer-and-designer%2Fjquery-datepicker/lists"}