Zdravim,
v CGGoogleMaps su pre vyvolanie okna s informaciami tri moznosti: ziadne, kliknutie, mysou nad. Potreboval by som, aby okno s informaciami bolo zobrazene hned pri nacitani stranky tak, ako to je napr. na http://www.bigmedia.sk/sk/kontakt/.
CGGoogleMaps
Re: CGGoogleMaps
Konkretne v tomto pripade to robi jedn oduchy jqery script
jQuery(window).load(function(){
jQuery('a.cggm_sidebar_title_link').click();
})
Je nutne mat zapnuty sidebar, a ten si trebars skryt cez CSS
jQuery(window).load(function(){
jQuery('a.cggm_sidebar_title_link').click();
})
Je nutne mat zapnuty sidebar, a ten si trebars skryt cez CSS