jquery-locationpicker-plugin
jquery-locationpicker-plugin copied to clipboard
JQuery Location Picker plugin
As discussed a couple of years ago on issue #2, whenever pressing enter to select from the autocomplete list, the implicit submission mechanism kicks in and the form is submitted....
Is there any way already available through this plugin to provide the local timezone of a chosen place? If not, do you have any pointers as to where I should...
Hi ! I've just came across the github page on Google and it leads to the https version of the page which import a bunch of http files that get...
I am trying to load the Maps script via user-defined API keys so that it requires a delay and locationpicker won't work just because it needs a constant: "google.maps.MapTypeId.ROADMAP" aka...
Hi and thanks for this handy plugin ! Seems the onlocationnotfound event does not work : ``` onlocationnotfound: function(locationName) { alert("not found"); } ``` does nothing. Any idea ?
mapTypeControl setting wasn't changeable. So I made that setting to changeable. I was need that feature to let user change map type as they want.
Hi, it seems there are problems with Firefox 47.0.1: the map is not displayed and the address bar is not loading addresses. Also the demo online is broken: http://logicify.github.io/jquery-locationpicker-plugin/ Thanks....
Hello. As you can see here: http://logicify.github.io/jquery-locationpicker-plugin/ In this example: Binding UI with the widget The result is only "63700 Saint-Éloy-les-Mines, Francia". It miss the street and street number. Can...
I have implemented a method to call resize directly and it will solve the issue when display google map into the Twitter bootstrap modal.
Inputs now can be updated from javascript & locationNameInput update where lat/long inputs updated