Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file How to Set Plugin for Google Maps Autocomplete...

More
11 years 1 month ago #2024 by pippopippo99
Hello,
Yesterday I tried to configure on my website this maps: jsfiddle.net/pbbhH/442/
that to make it work requires the installation of a jquery plugin.
I don't succeed to configure plugin at the best for run this maps.
The internal page of my website is: www.labottegadelweb.net/index.php?option...orm=contattiperprove
(see the field address that should be an autocomplete field address like a first link).
Thank you very much in advance.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #2026 by admin
Hello,
you cannot use the code as it is, Joomla! 'thinks' that '$' is meant for MooTools.
So $(function(){ is interpreted as MooTools, not jQuery.
I would suggest you replace it with
jQuery(document).ready(function($) { ... }
to separate the MooTools code from the jQuery code.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #2027 by admin
You probably would need to use jQuery Easy to help you out, as you have several jQuery.noConflict() instances. Only one is needed.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #2030 by pippopippo99
Hi, i would like to use your plugin for run this google maps :
jsfiddle.net/pbbhH/442/
but i activate the plugin and set jquery_noconflict option but the maps don't show.
Have an idea ?

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #2032 by admin
I suspect you have not seen my previous messages...

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #2033 by pippopippo99
ok then I do not understand what you mean practically

Please Log in or Create an account to join the conversation.