Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created May 6, 2011 22:09
Show Gist options
  • Save jonmarkgo/959888 to your computer and use it in GitHub Desktop.
Save jonmarkgo/959888 to your computer and use it in GitHub Desktop.
Cookie tap
$('div').live('pageshow', function(){
$('#changemeal a').live('tap',function(event){
$.cookie('ccm_CCMeal',$(this).text());
console.log($(this).text());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment