Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
259 views
in Technique[技术] by (71.8m points)

Displaying blog entries with identical google maps

You can see my problem here:link deleted Basically I can not display the full text of my posts on the front page because the maps will conflict.

These are the expanded posts that right now I am displaying as collapse on my front page

link deleted

link deleted

As soon as I display them expanded the maps overlap Changing the map name variable in the code does not solve the problem, neither changing the name of the where I display the maps (right now they are the same but I tried that)

Question: I do realize that when I display two maps on the same page there will be two "iniktialize" functions. Also the two pages have identical java script function names. How do I deal with these ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I do realize that when I display two maps on the same page there will be two "iniktialize" functions. Also the two pages have identical java script function names. How do I deal with these ?

You can't have multiple functions with the same name (the browser will pick one version and us it, different browsers might pick different versions). Either give them different names, or if they do the same thing with different data, use the parameters passed in to give you the unique behavior.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...