var title = $(this).data('title');
var img = $(this).data('img');
var id = $(this).data('id');
$('#chgtext').html(title);
$('#chgimg').attr('src',img);
$('#join').data('id',id);//html页面看着没变,其实变了
//alert($('#join').data('id')); var title = $(this).data('t