Feeds:
Posts
Comments

Posts Tagged ‘Cookies’

To use cookies with jQuery, you will need the special Cookie plugin. Setting cookies : Setting cookies with the Cookie plug-in is quite intuitive: 1: $(document).ready(function(){ 2:  3: // Setting a kittens cookie, it will be lost on browser restart: 4: $.cookie("kittens","Seven Kittens"); 5:  6: // Setting demoCookie (as seen in the demonstration): 7: $.cookie("demoCookie",text,{expires: [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.