Kamis, 22 Desember 2011

Google Map Tricks - Remove Map data ©2009 MapData Sciences Pty Ltd, PSMA

Didalam Katagori: Uncategorized, Javascript, JQuery Bismillah,
I get difficult when customing google map for our job, when I try to use goole map there are a little difficult to customing something, such as I wanna to hide the term "Map data ©2009  MapData Sciences Pty Ltd, PSMA - ", I dont means not agree with this term, but just feel this is too long text and make my google map horrible.
So,forcedly I use some trick to hide this text,
I use jQuery to support this way,


Just add in at onload function
    jQuery("span:contains(’Map data’)").hide();
    jQuery("span:contains(’MapData’)").hide();
    jQuery("span:contains(’Data peta’)").hide();

every one that wanna use this step, I hope keep the term available in other scope, maybe take it out manual, for google terms,
If this way was not work, try to ask trough the comment from :D

thanks,
Good Luck

Tidak ada komentar: