jquery-seat-charts 实现选座

github地址:https://github.com/mateuszmarkowski/jQuery-Seat-Charts

修改数据集合map时座位图不会刷新,需要清除数据,代码如下:

$('.seatCharts-row').remove();
$('.seatCharts-legendItem').remove();
$('#seats-map,#seats-map *').unbind().removeData();

posted @ 2018-06-20 10:55  雨歇微凉意  阅读(2580)  评论(0编辑  收藏  举报