zahidsw / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

$.browser.msie does not work in Firefox #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Run the GEOXML3 from the KMZ branch, in Firefox and with Firebug enabled.  The 
JS debugger will break on line #1416 that references $.browser.msie.

Original issue reported on code.google.com by wesw...@gmail.com on 26 Feb 2012 at 11:15

GoogleCodeExporter commented 9 years ago
Did you include jquery?

Original comment by geocodezip on 26 Feb 2012 at 11:29

GoogleCodeExporter commented 9 years ago
Not explicitly.  What version and from where do you recommend downloading the 
compatible jquery file?

Original comment by wesw...@gmail.com on 26 Feb 2012 at 11:58

GoogleCodeExporter commented 9 years ago
I used jQuery from Google's servers 
https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js

Example:
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmztest_linkto.html

Original comment by geocodezip on 27 Feb 2012 at 12:19

GoogleCodeExporter commented 9 years ago

Original comment by geocodezip on 28 Feb 2012 at 11:23

GoogleCodeExporter commented 9 years ago
The latest version of the KMZ patch no longer includes any jQuery code, because 
I was mistaken in thinking that Zipfile required it.  This will be posted 
shortly.

Original comment by sineswi...@gmail.com on 1 Mar 2012 at 4:29

GoogleCodeExporter commented 9 years ago
fixed in kmz branch

Original comment by geocodezip on 4 Mar 2012 at 6:23

GoogleCodeExporter commented 9 years ago
Thanks for fixing this.  Works great!

Have you ever considered running your code thru jslint and cleaning up the 
warnings so that the code is warning free?

-Wes

Original comment by wesw...@gmail.com on 5 Mar 2012 at 4:54