$('.fensiselect').on('click','a',function(){
var id= $(this).attr('fanid');
alert(id)
})