hitching / geo-autocomplete

Automatically exported from code.google.com/p/geo-autocomplete
0 stars 0 forks source link

Conflict with jqueryui #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am using the latest version on geo autocomplete and at the end of the project 
I decided to put into an jqueryui tab the results and directions of a google 
map.

When I tryed to put the jqueryui libraries links into the same code as geo 
autocode libarary link either doesnt work the geo autocode or the jquery ui.

I mention that i use jquery-ui-1.8.5.custom.min.jslibrary and 
jquery-1.4.2.min.js for the jqueryui.

In geo autocode I see that it uses 
jqueryjs.googlecode.com/files/jquery-1.3.2.min.js

Please tell me if these 2 scripts work together and I messed it up the includes 
or they dont work together.

Thanks. 

Original issue reported on code.google.com by andy.li...@gmail.com on 23 Oct 2010 at 4:19

GoogleCodeExporter commented 9 years ago
geo-autocomplete already uses a few parts of jqueryUI so you might be double 
loading that code, that might explain the problem you are seeing.  try removing 
the following script include if you have copied this from ui.demo.html, and let 
me know how it goes -
"../lib/jquery-ui/js/jquery-ui-1.8.5.custom.min.js"
if you are still having a problem, send me a URL so i can take a look. cheers, 
bob

Original comment by hitch...@gmail.com on 21 Nov 2010 at 12:15