bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Callback after complete load of the location list #85

Closed JanSchmidhofer closed 8 years ago

JanSchmidhofer commented 8 years ago

Is it possible to run a function after the list with the locations is completely created ?

I want some jquery events on the list items and i tried to run my code via callbackSuccess. But this doesnt work because the list isnt complete yet. Ive tried it with a setTimeout function to wait for the list, but this is not the best way.

bjorn2404 commented 8 years ago

Try using the callbackFilters setting. That should fire towards the very end of the process.

JanSchmidhofer commented 8 years ago

big thanks !