Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to refresh map after button click #39

Closed
biapar opened this issue Aug 16, 2016 · 1 comment
Closed

How to refresh map after button click #39

biapar opened this issue Aug 16, 2016 · 1 comment

Comments

@biapar
Copy link

biapar commented Aug 16, 2016

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
Copy link
Author

biapar commented Aug 16, 2016

Solved.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant