My problem is to get the current latitude and longitude of the user. I have tried Geoloaction API, it works fine in Mozilla(3.6-tested) and google chrome as well. But fails in IE6,IE7(i tested only these versions) i think its because of the lack of HTML5 support ,But it fails in safari too. is there any way other than this? Is there any jquery library to solve my problem?

有帮助吗?

解决方案

This sounds like a job for Modernizr and the Webshims Lib...

The combination of these two javascript libraries provide you with implementations of HTML5 features (such as geolocation) in older browsers. The Webshims Lib also provides a good demo of the geolocation API.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top