&tag(fancyBox);
$(".test")
.on("ajax:success", function(){
var url = "http://test.com/page?y=<%= @item.y %>&x=<%= @item.x %>";
$.fancybox.open({
padding : 0,
href: url,
autoSize : true,
scrolling : 'no',
width: 980,
height: 800,
type: 'iframe'
});
});