$(document).ready(function() {
   $(".clickable").fitted().attr({ style: "cursor:pointer;" });
});