Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Does not working #324

Open
ayrancd opened this issue Apr 7, 2017 · 1 comment
Open

Does not working #324

ayrancd opened this issue Apr 7, 2017 · 1 comment

Comments

@ayrancd
Copy link

ayrancd commented Apr 7, 2017

I put something on input but nothinh works... I click on find button but does not work...

<script src="https://maps.googleapis.com/maps/api/js?key=MYAPINUMBER&libraries=places"></script>
<script src="<?=$folder?>assets/js/jquery.geocomplete.js"></script>
 <script>
      $(function(){
        $("#geocomplete").geocomplete({
          map: ".map_canvas",
          details: "form",
          types: ["geocode", "establishment"],
        });

        $("#find").click(function(){
          $("#geocomplete").trigger("geocode");
        });
      });
    </script>

	<input type="text" class="form-control" id="geocomplete" maxlength="100">
											<input id="find" type="button" value="find" />
@papix2001
Copy link

button works with https

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

No branches or pull requests

2 participants