mateuszmarkowski / jQuery-Seat-Charts

jQuery Seat Charts Plugin
MIT License
593 stars 210 forks source link

How to refresh map after button click #39

Closed biapar closed 8 years ago

biapar commented 8 years ago

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?

biapar commented 8 years ago

Solved.

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