mateuszmarkowski/jQuery-Seat-Charts

How to refresh map after button click

Closed this issue · 1 comments

Hi,

I wish to releoad the map ( refresh div ) after button click because I changed some input paramenters like zone.
I see that the first time is ok, but after click the second, I don't see any changes on map like number of seats.
How to?

Solved.

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