Jquery integration usage-use jquery to operate sessions and jquerysessions

Source: Internet
Author: User
Tags sessionstorage

Jquery integration usage-use jquery to operate sessions and jquerysessions
Abstract:

Today we are sharing jquery for session processing. We will use the sessionStorage object, which is similar to the localStorage object, but sessionStorage is used to store session data. When the user closes the browser, the data will be cleared.

Introduction:

JquerySession is a jquery-based library for processing sessions, which can simplify our work. Before using jquery, you must introduce jquery.

Syntax: add data

$. Session. set ('key', 'value ')

Delete data

$. Session. remove ('key ');

Get Data

$. Session. get ('key ');

Clear Data

$. Session. clear ();

 

Download JquerySession


Other jquery learning addresses:


Jquery: http://www.itmmd.com/tag/jquery.html
JQuery tutorial (31)-Global function plug-in for jQuery plug-in development
JQuery tutorial (30)-custom selector for jQuery plug-in development
JQuery tutorial (29)-jQuery plug-in development: specifying parameters for plug-in methods
JQuery tutorial (28)-Development of jQuery plug-ins
JQuery tutorial (27)-Modify default options for jQueryajax operations

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.