Search code examples
ruby-on-railsjquery-uiruby-on-rails-3.1jquery-address

How to use jquery-addresspicker jquery with rails 3.1


I am trying to use jquery-addresspicker with rails 3.1 but I am not able to make it run.

Here is the link https://github.com/sgruhier/jquery-addresspicker and the documentation does not mention much.

Can anyone suggest how should I use it in my rails app?


Solution

  • did you include google maps

    <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
    

    and jquery-ui ?