Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

Leftover Autocomplete .pac-container elements #12

Open colelawrence opened 10 years ago

colelawrence commented 10 years ago

In my project I initialize and remove multiple locationpickers in the same window, and there are multiple new .pac-container and pac-container stying elements appended to the head of the doc. Can these be removed? Or a way to $(".picker").data("locationpicker").remove()

clod986 commented 9 years ago

@ZombieHippie have you found a way to solve this? I am rebuilding the locationpicker and I keep getting error

colelawrence commented 9 years ago

It's been a while since I've looked at this project, but if I remember right, I ended up not caring too much that the extra elements were being appended because at the time, I wasn't making a single page app.