{"id":16368949,"url":"https://github.com/apsdehal/jcookie","last_synced_at":"2026-02-28T22:30:17.568Z","repository":{"id":13879060,"uuid":"16577118","full_name":"apsdehal/jCookie","owner":"apsdehal","description":null,"archived":false,"fork":false,"pushed_at":"2014-02-13T13:30:39.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T08:25:44.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/apsdehal.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}},"created_at":"2014-02-06T11:20:28.000Z","updated_at":"2014-02-13T13:30:39.000Z","dependencies_parsed_at":"2022-08-02T16:15:55.077Z","dependency_job_id":null,"html_url":"https://github.com/apsdehal/jCookie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsdehal%2FjCookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsdehal%2FjCookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsdehal%2FjCookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsdehal%2FjCookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apsdehal","download_url":"https://codeload.github.com/apsdehal/jCookie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239878826,"owners_count":19712172,"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":[],"created_at":"2024-10-11T02:54:15.382Z","updated_at":"2026-02-28T22:30:17.520Z","avatar_url":"https://github.com/apsdehal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"##jQuery Cookie Plugin\n\nSimplified Javascript Cookie creation\n\n###About\nPlugin to create, read and delete cookies in javascript with ease.\n###Usage\n\n```html\n\u003cscript type=\"text/javascript\" src=\"jquery.js\"/\u003e\n\u003c!-- Must include jQuery before including plugin --\u003e\n\u003cscript type=\"text/javascript\" src=\"jquery.cart.js\"\u003e\n```\n\n$.cookie global variable contains all the method to set, read and delete cookies.\n\n```javascript\n$.cookie.create( name, value, options );\n/* Function to create cookie with provided name and value\noptions: Object to be passed with extra value of duration (value to be given in days), path, secure\nFor e.g. {duration: 4, path: '/', domain: 'github.com', secure: ''} Defaults are {duration: '', path:'/',domain: '', secure:''}\n*/\n\n$.cookie.get( name );\n//Method to get the value set in cookie with key = name\n\n$.cookie.erase( name );\n//Method to erase cookies with key = name\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsdehal%2Fjcookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsdehal%2Fjcookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsdehal%2Fjcookie/lists"}