I have the following code
Inside Link which sets a value
Click
` $("#click").click(function(event){console.log($(this).data("value"));});`