Jquery. Detailed explanation of cookie usage _ jquery-js tutorial

Source: Internet
Author: User
Tags set cookie
This article focuses on jquery. cookie usage has been analyzed in detail. If you need a friend, you can refer to it. I hope to help you with the Cookie generated by the server, sent to User-Agent (usually a browser). The browser saves the Cookie key/value to a text file in a directory, the Cookie is sent to the server when the same website is requested next time (provided that the browser is set to enable the cookie ).

For example, a shopping website stores a list of products that a user has browsed, or a portal remembers what kind of news the user prefers to browse. Users can also store user login information as permitted, so that users do not have to enter this information every time they visit the website?

How can I process cookies in js/jquery? Today, we share a cookie operation class, jQuery. Cookie. js, which is a lightweight Cookie management plug-in.

Cookie: http://plugins.jquery.com/project/cookie.

Note: If a special error is found today, the google browser prompts "has no method $. cookie. The Firefox browser prompts: $. cookie is not a function; after debugging for half a day, the cause is finally found. If the Jquery plug-in is introduced twice or multiple times on the same page, this error is reported.

Usage:

1. Introduce jQuery and jQuery. Cookie. js plug-ins.

The Code is as follows:


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.