0

I'm using the SimpleModal Basic Modal Dialog and am having trouble using it to open more than one unique window on a page (I don't need them to open at the same time or on top of one another).
I tried adding another class and calling out that class in my js file, but I'm not getting it. Here is my example page, where I have the "i" icon (top-right) opening a contextual window --works exactly how I want it to. I want the "share" icon (below the photo) to open another window to link to social sites. I'm sure I'm missing something super elementary. -Can someone please help?

4

1 回答 1

1

我已经对您的 HTML 和 JavaScript 进行了一些更改,这应该可以解决问题:

http://jsbin.com/inuna/edit

您正在加载 jQuery 两次,所以我建议您删除其中一个。如果您保留从 Google API 加载的版本,我建议使用 1.3.2 版本而不是 1.2.6。

希望有帮助。

-埃里克

于 2009-09-30T19:07:38.203 回答