awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
carhartl avatar

carhartl/jquery-cookieArchived

0
View on GitHub↗
8,500 stars·3,936 forks·JavaScript·MIT·20 viewsgithub.com/js-cookie/js-cookie↗

Jquery Cookie

This project is a browser cookie utility and client-side storage library designed to manage small amounts of data persisted in the user's web browser. It functions as a jQuery cookie manager, providing a simplified interface for reading, writing, and deleting cookies using the jQuery framework.

The library includes a JSON cookie handler that automatically encodes and decodes complex objects into strings for storage. It allows for the management of data across sessions through the use of expiration dates, path restrictions, and domain scopes.

The utility covers broader capabilities for client-side session tracking and data persistence, including the ability to list all stored cookies and apply custom conversion functions during data retrieval.

Features

  • Browser Cookie Management - Provides a comprehensive utility for storing and retrieving browser cookies to maintain user state.
  • Cookie Management - Implements a simplified interface for reading, writing, and deleting browser cookies as a jQuery plugin.
  • Client-Side Data Persistence - Provides mechanisms to store application state and user data locally within the web browser.
  • Client-Side Storage - Provides a lightweight library for persisting small amounts of data directly in the user's browser.
  • Cookie Deletion Utilities - Implements functionality to remove specific cookies by matching their original path and domain settings.
  • Cookie Retrieval Utilities - Allows for the retrieval of all currently stored browser cookies for inspection and management.
  • Cookie Storage Management - Saves cookie values with specific expiration dates and path restrictions to control data longevity.
  • Complex Data Serialization - Automatically encodes and decodes JSON objects to support the storage of complex data types in cookies.
  • JSON Serialization - Encodes and decodes complex JavaScript objects into strings using the JSON standard for cookie storage.
  • Session Tracking - Saves identifiers in the browser to track user sessions and remember login states.
  • JSON Serializers - Automatically encodes and decodes complex JSON objects into strings for storage within browser cookies.
  • Custom Cookie Encoders - Implements developer-defined functions for encoding and decoding cookie data to support custom data types.
  • jQuery Plugins - Integrates as a jQuery plugin to provide a consistent utility interface for cookie management.
  • Client-Side Storage - jQuery plugin for cookie management.

Star history

Star history chart for carhartl/jquery-cookieStar history chart for carhartl/jquery-cookie

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Jquery Cookie

Similar open-source projects, ranked by how many features they share with Jquery Cookie.
  • js-cookie/js-cookiejs-cookie avatar

    js-cookie/js-cookie

    22,600View on GitHub↗

    js-cookie is a lightweight JavaScript library and browser storage interface used to create, read, and delete cookies. It provides a programmatic API for managing client-side data persistence and maintaining browser state across page refreshes. The library includes capabilities for custom cookie encoding and the use of custom value converters to handle specific character formats. It also features a global attribute configuration system that allows default expiration, security, and scope rules to be applied automatically to all cookie operations. The tool covers general cookie management inclu

    JavaScript
    View on GitHub↗22,600
  • remy/html5demosremy avatar

    remy/html5demos

    4,729View on GitHub↗

    This project is a collection of technical demonstrations and prototypes that showcase various HTML5 APIs, multimedia capabilities, and web standard implementations. It serves as a frontend technology sandbox and a gallery of implementation proofs-of-concept for modern browser features. The collection includes specialized showcases for HTML5 multimedia, featuring the manipulation of audio, video, and real-time media streams. It also provides a series of experiments focused on prototyping web capabilities to verify technical feasibility and browser support in live environments. The project cov

    HTML
    View on GitHub↗4,729
  • dexie/dexie.jsdexie avatar

    dexie/Dexie.js

    14,445View on GitHub↗

    Dexie.js is a wrapper library for IndexedDB that provides a simplified interface for managing and querying structured data within the browser. It functions as a browser database manager used to maintain persistent application state and store binary blobs and records. The project serves as an offline-first data store that synchronizes browser data with remote servers to maintain consistency across sessions. It also acts as a reactive database store by monitoring data changes in real time to trigger automatic user interface updates, and functions as a client-side search engine for indexing and

    TypeScript
    View on GitHub↗14,445
  • localforage/localforagelocalForage avatar

    localForage/localForage

    25,755View on GitHub↗

    This project is an asynchronous key-value store designed for client-side data persistence. It provides a unified interface that allows applications to save and retrieve complex data types, including binary objects, while maintaining responsiveness through non-blocking operations. By enabling offline-first functionality, it ensures that data remains accessible even when a network connection is unavailable. The library distinguishes itself through a driver-based abstraction layer that automatically detects the most efficient storage mechanism available in the current browser or mobile environme

    JavaScriptindexeddbjavascriptlocalforage
    View on GitHub↗25,755
See all 30 alternatives to Jquery Cookie→

Frequently asked questions

What does carhartl/jquery-cookie do?

This project is a browser cookie utility and client-side storage library designed to manage small amounts of data persisted in the user's web browser. It functions as a jQuery cookie manager, providing a simplified interface for reading, writing, and deleting cookies using the jQuery framework.

What are the main features of carhartl/jquery-cookie?

The main features of carhartl/jquery-cookie are: Browser Cookie Management, Cookie Management, Client-Side Data Persistence, Client-Side Storage, Cookie Deletion Utilities, Cookie Retrieval Utilities, Cookie Storage Management, Complex Data Serialization.

What are some open-source alternatives to carhartl/jquery-cookie?

Open-source alternatives to carhartl/jquery-cookie include: js-cookie/js-cookie — js-cookie is a lightweight JavaScript library and browser storage interface used to create, read, and delete cookies.… remy/html5demos — This project is a collection of technical demonstrations and prototypes that showcase various HTML5 APIs, multimedia… dexie/dexie.js — Dexie.js is a wrapper library for IndexedDB that provides a simplified interface for managing and querying structured… localforage/localforage — This project is an asynchronous key-value store designed for client-side data persistence. It provides a unified… mozilla/localforage — localForage is a browser storage wrapper and key-value store that provides a unified JavaScript API for persisting… mdn/webextensions-examples — This project is a reference library and collection of practical code samples for building browser extensions using…