github地址:https://github.com/mateuszmarkowski/jQuery-Seat-Charts
修改數據集合map時座位圖不會刷新,需要清除數據,代碼如下:
$('.seatCharts-row').remove();
$('.seatCharts-legendItem').remove();
$('#seats-map,#seats-map *').unbind().removeData();