$(document).ready(function() { $(".readdata").click(function() { $.cookie("url", window.location); }); });